aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
diff options
context:
space:
mode:
authorJay Foad <jay.foad@amd.com>2022-03-09 14:59:09 +0000
committerJay Foad <jay.foad@amd.com>2022-03-09 18:02:21 +0000
commitc7218164c48bf69054e67c66bd9e99a077fbd3c4 (patch)
tree7a7c45d453ea08fa781231f6b8fd051bda18c635 /llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
parent851332a1f20b3868e87fb781bdb6de6258a0a017 (diff)
downloadllvm-c7218164c48bf69054e67c66bd9e99a077fbd3c4.zip
llvm-c7218164c48bf69054e67c66bd9e99a077fbd3c4.tar.gz
llvm-c7218164c48bf69054e67c66bd9e99a077fbd3c4.tar.bz2
[AMDGPU] Remove HasAtomicFaddInstsGFX90X and HasAtomicFaddInstsGFX940
These compound predicates are not required, since we can use a combination of setting the SubtargetPredicate (to a subtarget predicate like isGFX940Plus) and OtherPredicates (to a list of feature predicates like HasAtomicFaddInsts) instead. NFC. Differential Revision: https://reviews.llvm.org/D121289
Diffstat (limited to 'llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp')
0 files changed, 0 insertions, 0 deletions