[llvm] [AArch64] Define constructive EXT_ZZZI pseudo instruction (PR #152552)
Gaƫtan Bossu via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 7 10:23:29 PDT 2025
================
@@ -36,7 +36,8 @@ def DestructiveBinary : DestructiveInstTypeEnum<5>;
def DestructiveBinaryComm : DestructiveInstTypeEnum<6>;
def DestructiveBinaryCommWithRev : DestructiveInstTypeEnum<7>;
def DestructiveTernaryCommWithRev : DestructiveInstTypeEnum<8>;
-def DestructiveUnaryPassthru : DestructiveInstTypeEnum<9>;
+def DestructiveRegRegImmUnpred : DestructiveInstTypeEnum<9>;
----------------
gbossu wrote:
Note: If someone prefers, I can rename that to `DestructiveTernaryImmUnpred` to match what I think is the existing naming scheme. I just find `DestructiveRegRegImmUnpred` more explicit.
https://github.com/llvm/llvm-project/pull/152552
More information about the llvm-commits
mailing list