[llvm] [AMDGPU][NFCI] Add IEEEMinimumMaximumInsts SubtargetFeature (PR #141081)

Mirko BrkuĊĦanin via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 17 10:18:27 PDT 2025


================
@@ -143,6 +143,12 @@ def FeatureFmaMixInsts : SubtargetFeature<"fma-mix-insts",
   "Has v_fma_mix_f32, v_fma_mixlo_f16, v_fma_mixhi_f16 instructions"
 >;
 
+def FeatureIEEEMinimumMaximumInsts : SubtargetFeature<"ieee-minimum-maximum-insts",
+  "HasIEEEMinimumMaximumInsts",
+  "true",
+  "Has v_minimum/maximum_f16/f32/f64 and v_pk_minimum/maximum_f16 instructions"
----------------
mbrkusanin wrote:

@arsenm ping

Is this fine or did you have some other idea in mind about spiting this into multiple features and how?

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


More information about the llvm-commits mailing list