[llvm] [InstCombine] Fold `(shl ShVal, (X + 1) & (Width-1)) | (lshr ShVal, (X & Width-1) ^ (Width-1))` --> `fshl(ShVal, ShVal, X+1)` (PR #214035)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 14 22:36:01 PDT 2026
VachanVY wrote:
@dtcxzyw ping
https://github.com/llvm/llvm-project/pull/214035
More information about the llvm-commits
mailing list