Skip to content

Commit aa9d6fd

Browse files
committed
improvise CIROps.td
1 parent c640363 commit aa9d6fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/include/clang/CIR/Dialect/IR/CIROps.td

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5304,6 +5304,8 @@ def PrefetchOp : CIR_Op<"prefetch"> {
53045304
IntMaxValue<3>]>:$locality,
53055305
UnitAttr:$isWrite);
53065306

5307+
let results = (outs VoidPtr:$result);
5308+
53075309
let assemblyFormat = [{
53085310
`(` $addr `:` qualified(type($addr)) `)`
53095311
`locality``(` $locality `)`

0 commit comments

Comments
 (0)