[PATCH] D31030: [AMDGPU] Fix bug in S_MOVREL check (PR32248)

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 16 09:46:37 PDT 2017


tstellar added inline comments.


================
Comment at: test/CodeGen/AMDGPU/inserted-wait-states.mir:456-471
-# GFX9: S_NOP
 # GCN-NEXT: V_INTERP_P1_F32
 
 # GCN-LABEL: bb.1:
 # GCN: S_MOV_B32
-# GFX9: S_NOP
 # GCN-NEXT: V_INTERP_P2_F32
----------------
Aren't these nops are still required.  Have you checked the GFX9 ISA guide?


Repository:
  rL LLVM

https://reviews.llvm.org/D31030





More information about the llvm-commits mailing list