[llvm] [VectorCombine] Support pattern `bitop(cast(x), C) -> cast(bitop(x, InvC))` (PR #155216)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 27 01:29:42 PDT 2025


https://github.com/RKSimon commented:

SGTM although I'd prefer we start just with bitcast and then add trunc/sext/zext later patches in case there's a flaw in the FMF handling that I've missed.

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


More information about the llvm-commits mailing list