[llvm] [InstCombine] Fold bitwise logic with funnel shifts (PR #77460)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 9 08:40:28 PST 2024


https://github.com/nikic commented:

This also applies to other bitwise intrinsics, e.g. bitreverse (https://alive2.llvm.org/ce/z/Gut-vS) and bswap. I think it would be preferable to directly structure this in terms of "bitwise op with two equal intrinsic IDs".

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


More information about the llvm-commits mailing list