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 cae746d commit 878d541Copy full SHA for 878d541
mlir/include/mlir/Dialect/Index/IR/IndexOps.td
@@ -22,7 +22,7 @@ include "mlir/IR/OpBase.td"
22
23
/// Base class for Index dialect operations.
24
class IndexOp<string mnemonic, list<Trait> traits = []>
25
- : Op<IndexDialect, mnemonic, [NoSideEffect] # traits>;
+ : Op<IndexDialect, mnemonic, [Pure] # traits>;
26
27
//===----------------------------------------------------------------------===//
28
// IndexBinaryOp
0 commit comments