Skip to content

Commit 8b59fe5

Browse files
committed
fixup! [MLIR][LLVM] Fix #llvm.constant_range crashing in storage uniquer
1 parent de30d07 commit 8b59fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/LLVMIR/LLVMAttrDefs.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1109,7 +1109,7 @@ def LLVM_ConstantRangeAttr : LLVM_Attr<"ConstantRange", "constant_range"> {
11091109

11101110
Syntax:
11111111
```
1112-
`<` `i`(wdith($lower)), $lower `,` $upper `>`
1112+
`<` `i`(width($lower)) $lower `,` $upper `>`
11131113
```
11141114
}];
11151115

0 commit comments

Comments
 (0)