[clang] [llvm] [AArch64][clang][llvm] Add support for Armv9.7-A lookup table intrinsics (PR #187046)

Kerry McLaughlin via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 8 03:49:06 PDT 2026


================
@@ -1054,6 +1054,7 @@ def llvm_nxv4i1_ty  : LLVMType<nxv4i1>;
 def llvm_nxv8i1_ty  : LLVMType<nxv8i1>;
 def llvm_nxv16i1_ty : LLVMType<nxv16i1>;
 def llvm_nxv16i8_ty : LLVMType<nxv16i8>;
+def llvm_nxv8i16_ty : LLVMType<nxv8i16>;
----------------
kmclaughlin-arm wrote:

I don't think this is used anywhere in the changes below?

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


More information about the cfe-commits mailing list