[Mlir-commits] [clang] [flang] [lldb] [llvm] [mlir] [APInt] Assert correct values in APInt constructor (PR #80309)
Nikita Popov
llvmlistbot at llvm.org
Wed Aug 21 08:10:43 PDT 2024
nikic wrote:
Okay, looks like I tracked down all the assertion failures in tests. My plan would now be to land this in three phases, first to add the new assertions and implicitTrunc parameter, but with implicitTrunc=true by default. Then to land fixes (possibly split up further), and finally to flip the implicitTrunc default.
https://github.com/llvm/llvm-project/pull/80309
More information about the Mlir-commits
mailing list