[Mlir-commits] [mlir] [mlir][cf] Fix APInt comparison crash in `foldSwitch` (PR #206407)
Matthias Springer
llvmlistbot at llvm.org
Mon Jun 29 00:00:12 PDT 2026
https://github.com/matthias-springer commented:
> Fix crash when switch value and case values have different APInt bit width.
This sounds odd. Why would switch value and case values have different bitwidth? This sounds like a parser bug to me.
https://github.com/llvm/llvm-project/pull/206407
More information about the Mlir-commits
mailing list