[Mlir-commits] [mlir] [MLIR][Arith][WIE] Fix Conversions for Shift Left and Right Ops (PR #198457)
Jakub Kuderski
llvmlistbot at llvm.org
Wed May 27 17:46:21 PDT 2026
https://github.com/kuhar commented:
Why not keep the existing lowering and add an extra `select(cmp(amount, 0), input, result)` at the end?
https://github.com/llvm/llvm-project/pull/198457
More information about the Mlir-commits
mailing list