[PATCH] D31030: [AMDGPU] Fix bug in S_MOVREL check (PR32248)
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 16 10:05:35 PDT 2017
arsenm 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
----------------
tstellar wrote:
> Aren't these nops are still required. Have you checked the GFX9 ISA guide?
I don't think it's been published yet. I think these are required though
Repository:
rL LLVM
https://reviews.llvm.org/D31030
More information about the llvm-commits
mailing list