[llvm] [GISel] Fold bitreverse(shl/srl(bitreverse(x),y)) -> srl/shl(x,y) (PR #91355)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Wed May 8 10:20:46 PDT 2024
RKSimon wrote:
@tschuett @arsenm I've managed to move all the legality checking into the TD patterns.
https://github.com/llvm/llvm-project/pull/91355
More information about the llvm-commits
mailing list