[PATCH] D91110: [AMDGPU] Remove scratch rsrc from spill pseudos
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 12 15:10:00 PST 2020
arsenm accepted this revision.
arsenm added inline comments.
================
Comment at: llvm/test/CodeGen/AMDGPU/idot8s.ll:531-534
+; GFX10-DL-NEXT: s_mov_b32 s12, SCRATCH_RSRC_DWORD0
+; GFX10-DL-NEXT: s_mov_b32 s13, SCRATCH_RSRC_DWORD1
+; GFX10-DL-NEXT: s_mov_b32 s14, -1
+; GFX10-DL-NEXT: s_mov_b32 s15, 0x31c16000
----------------
These are ugly but this won't happen in the real world with normal vector types
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91110/new/
https://reviews.llvm.org/D91110
More information about the llvm-commits
mailing list