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 e8d557f commit fd000c8Copy full SHA for fd000c8
clang/include/clang/CIR/Dialect/IR/CIROps.td
@@ -4116,7 +4116,7 @@ def CIR_PrefetchOp : CIR_Op<"prefetch"> {
4116
$locality is a temporal locality specifier ranging from (0) - no locality,
4117
to (3) - extremely local, keep in cache. If $locality is not present, the
4118
default value is 3.
4119
-
+
4120
$isWrite specifies whether the prefetch is for a 'read' or 'write'. If
4121
$isWrite is not specified, it means that prefetch is prepared for 'read'.
4122
}];
0 commit comments