[clang] [llvm] [AArch64][clang][llvm] Add ACLE Armv9.7 lookup table intrinsics (PR #187046)
Jonathan Thackray via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 10 03:59:42 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,
----------------
jthackray wrote:
Good idea, moved, and made case consistent with other helpers there.
https://github.com/llvm/llvm-project/pull/187046
More information about the cfe-commits
mailing list