[all-commits] [llvm/llvm-project] c72181: [AMDGPU] Remove HasAtomicFaddInstsGFX90X and HasAt...
Jay Foad via All-commits
all-commits at lists.llvm.org
Wed Mar 9 10:04:16 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c7218164c48bf69054e67c66bd9e99a077fbd3c4
https://github.com/llvm/llvm-project/commit/c7218164c48bf69054e67c66bd9e99a077fbd3c4
Author: Jay Foad <jay.foad at amd.com>
Date: 2022-03-09 (Wed, 09 Mar 2022)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPU.td
M llvm/lib/Target/AMDGPU/FLATInstructions.td
Log Message:
-----------
[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
More information about the All-commits
mailing list