[llvm-branch-commits] [llvm] [AMDGPU] Rename packed 64-bit features to include SingleSGPR. NFCI. (PR #212891)
Stanislav Mekhanoshin via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Jul 29 23:01:23 PDT 2026
================
@@ -2935,6 +2935,12 @@ def NotHasIEEEMinimumMaximumInsts : Predicate<"!Subtarget->hasIEEEMinimumMaximum
def HasAnyPackedFP32Ops : Predicate<"Subtarget->hasAnyPackedFP32Ops()">,
AssemblerPredicate<(any_of FeaturePackedFP32Ops, FeaturePackedFP32SingleSGPROps)>;
+def HasAnyPackedFP64Ops : Predicate<"Subtarget->hasAnyPackedFP64Ops()">,
+ AssemblerPredicate<(any_of FeaturePackedFP64SingleSGPROps)>;
----------------
rampitec wrote:
Not at this moment, but I still hope one day it will be fixed.
https://github.com/llvm/llvm-project/pull/212891
More information about the llvm-branch-commits
mailing list