Files
clang-p2996/llvm/lib/Target/AMDGPU/GCNSubtarget.cpp
Jay Foad b02b5b7b59 [AMDGPU] Simplify use of hasMovrel and hasVGPRIndexMode (#105680)
The generic subtarget has neither of these features. Rather than forcing
HasMovrel on, it is simpler to expand dynamic vector indexing to a
sequence of compare/select instructions.

NFC for real subtargets.
2024-08-23 09:59:19 +01:00

28 KiB