[llvm] [InstSimplify] Simplify select if it combinated `and/or/xor` (PR #73362)

via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 26 21:22:07 PST 2024


ParkHanbum wrote:

@nikic I agree. while making the patch, I thought that I could make it more general-purpose using bit operations. However, due to lack of skills, I was unable to implement it. should I do pull request it later after implement better than.

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


More information about the llvm-commits mailing list