[Mlir-commits] [mlir] [MLIR][LLVM] Fix #llvm.constant_range parsing (PR #123009)
Victor Perez
llvmlistbot at llvm.org
Thu Jan 16 03:16:36 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.
----------------
victor-eds wrote:
Do we still need that comment now that we are always handling that case?
https://github.com/llvm/llvm-project/pull/123009
More information about the Mlir-commits
mailing list