[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
Thu Aug 13 01:55:39 PDT 2026
https://github.com/VachanVY edited https://github.com/llvm/llvm-project/pull/214035
More information about the llvm-commits
mailing list