[llvm-branch-commits] [llvm] [AMDGPU] Rename packed 64-bit features to include SingleSGPR. NFCI. (PR #212891)

Shilei Tian via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Jul 29 18:03:13 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)>;
----------------
shiltian wrote:

Is there plan to include more than `FeaturePackedFP64SingleSGPROps` in this predicate?

https://github.com/llvm/llvm-project/pull/212891


More information about the llvm-branch-commits mailing list