Skip to content

[InstCombine] Convert fshl(x, 0, y) to shl(x, and(y, BitWidth - 1)) when BitWidth is pow2#122362

Merged
AmrDeveloper merged 2 commits intollvm:mainfrom
AmrDeveloper:inst_combine_fshl_x_0_y
Jan 11, 2025
Merged

[InstCombine] Convert fshl(x, 0, y) to shl(x, and(y, BitWidth - 1)) when BitWidth is pow2#122362
AmrDeveloper merged 2 commits intollvm:mainfrom
AmrDeveloper:inst_combine_fshl_x_0_y

Commits