[llvm] [WIP] Fold (bitwiseop X, (add (not Y), Z)) -> (bitwiseop X, (not (sub Y, Z))). (PR #141476)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue May 27 07:48:48 PDT 2025
https://github.com/arsenm edited https://github.com/llvm/llvm-project/pull/141476
More information about the llvm-commits
mailing list