[llvm] Reduce shl64 to shl32 if shift range is [63-32] (PR #125574)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 3 13:11:07 PST 2025
LU-JOHN wrote:
> Please read https://llvm.org/docs/InstCombineContributorGuide.html and in particular https://llvm.org/docs/InstCombineContributorGuide.html#canonicalization-and-target-independence.
>
> This transform should be in the backend.
Thanks, I'll move it to the backend.
https://github.com/llvm/llvm-project/pull/125574
More information about the llvm-commits
mailing list