We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e6801 commit e8d557fCopy full SHA for e8d557f
clang/include/clang/CIR/Dialect/IR/CIROps.td
@@ -4150,7 +4150,7 @@ def CIR_ObjSizeOp : CIR_Op<"objsize", [Pure]> {
4150
When the `min` attribute is present, the operation returns the minimum
4151
guaranteed accessible size. When absent (max mode), it returns the maximum
4152
possible object size. Corresponds to `llvm.objectsize`'s `min` argument.
4153
-
+
4154
The `dynamic` attribute determines if the value should be evaluated at
4155
runtime. Corresponds to `llvm.objectsize`'s `dynamic` argument.
4156
0 commit comments