[llvm] [AMDGPU] Tidy SIPreAllocateWWMRegs after recent changes (NFCI) (PR #111967)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 11 02:14:13 PDT 2024
================
@@ -111,7 +111,9 @@ body: |
; GCN-NEXT: $sgpr22 = IMPLICIT_DEF
; GCN-NEXT: $vgpr5 = IMPLICIT_DEF
; GCN-NEXT: $vgpr5 = SI_SPILL_S32_TO_VGPR $sgpr22, 0, killed $vgpr5
+ ; GCN-NEXT: $sgpr0 = ENTER_STRICT_WWM -1, implicit-def $exec, implicit-def $scc, implicit $exec
----------------
jayfoad wrote:
How can the patch be NFCI if it is introducing these ENTER/EXIT MIs? Is there some reason they have no effect on the final codegen?
https://github.com/llvm/llvm-project/pull/111967
More information about the llvm-commits
mailing list