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.
Paths
| Differential D31030
[AMDGPU] Fix bug in S_MOVREL check (PR32248) ClosedPublic Authored by arsenm on Mar 16 2017, 6:52 AM.
Details Summary 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 TimelineHerald added subscribers: tpr, dstuttard, tony-tye and 4 others. · View Herald TranscriptMar 16 2017, 6:52 AM
This revision is now accepted and ready to land.Mar 17 2017, 2:48 PM
Revision Contents
Diff 92058 lib/Target/AMDGPU/GCNHazardRecognizer.h
lib/Target/AMDGPU/GCNHazardRecognizer.cpp
lib/Target/AMDGPU/SIInstrInfo.h
|