[clang] [llvm] [AArch64][NEON] Add intrinsics for LUTI (PR #96883)
David Green via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 27 04:44:03 PDT 2024
================
@@ -2096,3 +2096,19 @@ let ArchGuard = "defined(__aarch64__) || defined(__arm64ec__)", TargetGuard = "r
def VLDAP1_LANE : WInst<"vldap1_lane", ".(c*!).I", "QUlQlUlldQdPlQPl">;
def VSTL1_LANE : WInst<"vstl1_lane", "v*(.!)I", "QUlQlUlldQdPlQPl">;
}
+
+//Lookup table read with 2-bit/4-bit indices
----------------
davemgreen wrote:
// Lookup
https://github.com/llvm/llvm-project/pull/96883
More information about the cfe-commits
mailing list