[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
Tue Aug 18 23:27:12 PDT 2026


VachanVY wrote:

@dtcxzyw ping

https://github.com/llvm/llvm-project/pull/214035


More information about the llvm-commits mailing list