Skip to content

Commit

Permalink
Replace constant with arith.constant
Browse files Browse the repository at this point in the history
  • Loading branch information
math-fehr authored and jmgorius committed Apr 22, 2024
1 parent d84c95c commit 63f9bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/Standalone/StandaloneOps.td
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def Standalone_FooOp : Standalone_Op<"foo", [Pure,
Example:

```mlir
%0 = constant 2 : i32
%0 = arith.constant 2 : i32
// Apply the foo operation to %0
%1 = standalone.foo %0 : i32
```
Expand Down

0 comments on commit 63f9bde

Please sign in to comment.