[llvm] [GlobalISel] Combine (X >> C) << C to X & ((-1 >> C) << C) (PR #114821)
Thorsten Schütt via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 5 06:14:48 PST 2024
tschuett wrote:
There are no hits in the existing test? Looks kinda artificial.
https://github.com/llvm/llvm-project/pull/114821
More information about the llvm-commits
mailing list