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

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 10 01:15:02 PST 2024


dtcxzyw wrote:

> 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".

Done.

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


More information about the llvm-commits mailing list