[clang] [llvm] [AARCH64][SVE] Add intrinsics for SVE LUTI instructions (PR #97058)

via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 11 04:19:56 PDT 2024


================
@@ -10349,6 +10349,16 @@ multiclass sve2_luti2_vector_index<string mnemonic> {
     let Inst{23-22} = idx{2-1};
     let Inst{12}    = idx{0};
   }
+
----------------
Lukacma wrote:

Done

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


More information about the cfe-commits mailing list