[Mlir-commits] [mlir] [mlir][arith] Check for valid IR in BitcastOp::fold. (PR #100743)
Ingo Müller
llvmlistbot at llvm.org
Mon Jul 29 01:34:35 PDT 2024
ingomueller-net wrote:
OK, done: there is only one assert left, that for the bit width. I tried to construct cases to trigger the other checks but ended up convincing myself that they can't be triggered if the bit width is correct, so having that one test should be enough. This reduces the PR to adding just two lines...
https://github.com/llvm/llvm-project/pull/100743
More information about the Mlir-commits
mailing list