[PATCH] D98221: [AMDGPU] Disable SCC bit on fp atomics
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 9 15:35:22 PST 2021
rampitec added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/AMDGPU.td:1222-1224
+def isGFX908orGFX90A :
+ Predicate<"Subtarget->hasMAIInsts()">,
+ AssemblerPredicate<(all_of FeatureMAIInsts)>;
----------------
kzhuravl wrote:
> def hasMAIInsts...? as you are not checking any generation in particular.
There is no FeatureGFX90AInsts, we have FeatureMAIInsts instead.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98221/new/
https://reviews.llvm.org/D98221
More information about the llvm-commits
mailing list