This commit fixes the dwordx3/southern-islands failures that were found in bugzilla https://bugs.llvm.org/show_bug.cgi?id=40129, by not generating the dwordx3 variants of load/store instructions that were added to the ISA after southern islands.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/AMDGPU/AMDGPUSubtarget.h | ||
---|---|---|
821–823 ↗ | (On Diff #180642) | Not sure what you mean here? |
lib/Target/AMDGPU/AMDGPUSubtarget.h | ||
---|---|---|
821–823 ↗ | (On Diff #180642) | It's better to use the subtarget feature for the instruction set, rather than rely on the generation here. The closest one we already have is ci-insts |
lib/Target/AMDGPU/AMDGPUSubtarget.h | ||
---|---|---|
821–823 ↗ | (On Diff #180642) | Oh I didn't know about that - good idea! |