[clang] [llvm] [AArch64][clang][llvm] Add ACLE Armv9.7 lookup table intrinsics (PR #187046)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 9 08:21:52 PDT 2026
================
@@ -11414,19 +11414,32 @@ multiclass sve2_luti4_vector_vg2_index<string mnemonic> {
nxv16i8:$Op3, timm32_0_3:$Op4))>;
}
+class sve2_luti6_vector_index_pat<ValueType vt, SDPatternOperator intrinsic,
----------------
CarolineConcatto wrote:
We should have this together with the other SVE pattern match helper in Lin 730
https://github.com/llvm/llvm-project/pull/187046
More information about the cfe-commits
mailing list