[llvm] [AArch64] Refactor creation of a shuffle mask for TBL (NFC) (PR #92529)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Wed May 22 03:06:30 PDT 2024
================
@@ -735,6 +735,12 @@ def AArch64rev64 : SDNode<"AArch64ISD::REV64", SDT_AArch64UnaryVec>;
def AArch64ext : SDNode<"AArch64ISD::EXT", SDT_AArch64ExtVec>;
def AArch64vashr : SDNode<"AArch64ISD::VASHR", SDT_AArch64vshift>;
+
+def AArch64vashr_exact : PatFrag<(ops node:$lhs, node:$rhs),
----------------
fhahn wrote:
looks like some changes from the follow-up commit made it in this PR?
https://github.com/llvm/llvm-project/pull/92529
More information about the llvm-commits
mailing list