Skip to content

Commit

Permalink
Update CIROps.td
Browse files Browse the repository at this point in the history
  • Loading branch information
ghehg authored Oct 15, 2024
1 parent 7c57631 commit 6eecfdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/include/clang/CIR/Dialect/IR/CIROps.td
Original file line number Diff line number Diff line change
Expand Up @@ -1187,7 +1187,7 @@ def ShiftOp : CIR_Op<"shift", [Pure]> {

```mlir
%7 = cir.shift(left, %1 : !u64i, %4 : !s32i) -> !u64i
%8 = cir.shift(left, %1 : !cir.vector<!s32i x 2>, %2 : !cir.vector<!s32i x 2>) -> !cir.vector<!s32i x 2>
%8 = cir.shift(left, %2 : !cir.vector<!s32i x 2>, %3 : !cir.vector<!s32i x 2>) -> !cir.vector<!s32i x 2>
```
}];

Expand Down

0 comments on commit 6eecfdb

Please sign in to comment.