[clang] [llvm] [AARCH64][SVE] Add intrinsics for SVE LUTI instructions (PR #97058)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 4 06:02:43 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:
I am not sure I understood this, but I removed extra whitespaces
https://github.com/llvm/llvm-project/pull/97058
More information about the cfe-commits
mailing list