[llvm] [DAG] Fold bitreverse(shl/srl(bitreverse(x),y)) -> srl/shl(x,y) (PR #89897)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 24 02:28:39 PDT 2024
https://github.com/arsenm commented:
Can you also do the globalisel equivalent?
https://github.com/llvm/llvm-project/pull/89897
More information about the llvm-commits
mailing list