https://bugs.llvm.org/show_bug.cgi?id=32248
Fix the isSMovRel check to correctly test for an opcode instead of using the opcode directly as a condition - resulting in an always true result.
Differential D31030
[AMDGPU] Fix bug in S_MOVREL check (PR32248) arsenm on Mar 16 2017, 6:52 AM. Authored by
Details https://bugs.llvm.org/show_bug.cgi?id=32248 Fix the isSMovRel check to correctly test for an opcode instead of using the opcode directly as a condition - resulting in an always true result.
Diff Detail
Event Timeline
|
Aren't these nops are still required. Have you checked the GFX9 ISA guide?