[llvm] DAGCombiner: (srl/sra (add nuw/nsw X, c), d) --> (add nuw/nsw (srl/sra X, d), c >> d) (PR #196379)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Mon May 11 08:51:09 PDT 2026
https://github.com/jayfoad edited https://github.com/llvm/llvm-project/pull/196379
More information about the llvm-commits
mailing list