[llvm] [AMDGPU][MC] Update old and add new min/max instructions for gfx1170 (PR #184601)
Mirko BrkuĊĦanin via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 9 10:50:18 PDT 2026
================
@@ -2429,6 +2432,21 @@ def isGFX11Only :
Predicate<"Subtarget->getGeneration() == AMDGPUSubtarget::GFX11">,
AssemblerPredicate<(all_of FeatureGFX11Insts, (not FeatureGFX12Insts))>;
+def isGFX11Not11_70 :
----------------
mbrkusanin wrote:
We do not have generic a `FeatureGFX1170Insts` as we do for almost every other target, since we have a feature (or are adding a new one) for all instructions that are different from base gfx11/gfx1150. Should we add one? This predicate is tied to the generation of _gfx1170 `Real`s same as for every other generation.
https://github.com/llvm/llvm-project/pull/184601
More information about the llvm-commits
mailing list