[llvm] [RISCV] Match (ext (op a, b)) to (wop a, b) (PR #137508)

via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 27 03:39:03 PDT 2025


NexMing wrote:

If there is a risk of overflow, is it correct to match `(ext (op a, b))` to `(wop a, b)`?

https://github.com/llvm/llvm-project/pull/137508


More information about the llvm-commits mailing list