[llvm] [GlobalISel] Combine (X >> C) << C to X & ((-1 >> C) << C) (PR #114821)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 5 11:53:45 PST 2024


https://github.com/arsenm edited https://github.com/llvm/llvm-project/pull/114821


More information about the llvm-commits mailing list