[all-commits] [llvm/llvm-project] 30faf1: [SME2] Add LUTI2 and LUTI4 double Builtins and Int...
Matthew Devereau via All-commits
all-commits at lists.llvm.org
Wed Dec 6 06:35:24 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 30faf19a88c56d064bc372fa325345d35d82902c
https://github.com/llvm/llvm-project/commit/30faf19a88c56d064bc372fa325345d35d82902c
Author: Matthew Devereau <matthew.devereau at arm.com>
Date: 2023-12-06 (Wed, 06 Dec 2023)
Changed paths:
M clang/include/clang/Basic/arm_sme.td
A clang/test/CodeGen/aarch64-sme2-intrinsics/acle_sme2_luti2_lane_zt_x2.c
A clang/test/CodeGen/aarch64-sme2-intrinsics/acle_sme2_luti4_lane_zt_x2.c
M clang/test/Sema/aarch64-sme2-intrinsics/acle_sme2_imm.cpp
M llvm/include/llvm/IR/IntrinsicsAArch64.td
M llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
A llvm/test/CodeGen/AArch64/sme2-intrinsics-luti2-lane-x2.ll
A llvm/test/CodeGen/AArch64/sme2-intrinsics-luti4-lane-x2.ll
Log Message:
-----------
[SME2] Add LUTI2 and LUTI4 double Builtins and Intrinsics (#73305)
See https://github.com/ARM-software/acle/pull/217
Patch by: Hassnaa Hamdi <hassnaa.hamdi at arm.com>
More information about the All-commits
mailing list