[Mlir-commits] [mlir] [MLIR][LLVM] Fix #llvm.constant_range parsing (PR #123009)
Keyi Zhang
llvmlistbot at llvm.org
Thu Jan 16 08:47:07 PST 2025
================
@@ -271,10 +271,9 @@ Attribute ConstantRangeAttr::parse(AsmParser &parser, Type odsType) {
parser.parseInteger(upper) || parser.parseGreater())
return Attribute{};
// For some reason, 0 is always parsed as 64-bits, fix that if needed.
----------------
Kuree wrote:
Good catch. Comment updated.
https://github.com/llvm/llvm-project/pull/123009
More information about the Mlir-commits
mailing list