[clang] [llvm] [AARCH64][SVE] Add intrinsics for SVE LUTI instructions (PR #97058)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 2 08:53:59 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};
}
+
----------------
CarolineConcatto wrote:
I can see lots of white spaces when I push the patch at the end of:
def : SVE_3_Op_Imm_Pat
and
def : Pat<(nxv8i16 (int_aarch64_sve_luti4_lane_x2
https://github.com/llvm/llvm-project/pull/97058
More information about the cfe-commits
mailing list