[llvm-branch-commits] [llvm] AMDGPU/GlobalISel: add RegBankLegalize rules for bit shifts and sext-inreg (PR #132385)

Petar Avramovic via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu May 22 05:25:06 PDT 2025


petar-avramovic wrote:

ping. Btw there are some changes in ll tests due to https://github.com/llvm/llvm-project/pull/131308, some instructions come to regbankselect as s16 (used to come as s32). Probably could be fixed with some combine in post reg bank combine (s16 AND + ZEXT to s32 -> AND s32)

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


More information about the llvm-branch-commits mailing list