[llvm] AMDGPU/GlobalISel: Regbanklegalize rules for G_UNMERGE_VALUES (PR #171653)
Petar Avramovic via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 19 07:28:24 PST 2025
petar-avramovic wrote:
simplify isBRC -> isVgprBRC and isSgprBRC
isVgprBRC not returns true for s16 and s32+ and let't us not having to define vgpr16 rules when there is vgprBRC
https://github.com/llvm/llvm-project/pull/171653
More information about the llvm-commits
mailing list