[all-commits] [llvm/llvm-project] 0f8192: [CIR][AArch64] Upstream vmull_*/vmull_high_* and v...
Pau Sum via All-commits
all-commits at lists.llvm.org
Fri Mar 27 14:19:07 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0f8192373565a8fc660d48b767959590865a3f94
https://github.com/llvm/llvm-project/commit/0f8192373565a8fc660d48b767959590865a3f94
Author: Pau Sum <pau at sumpau.com>
Date: 2026-03-27 (Fri, 27 Mar 2026)
Changed paths:
M clang/lib/CIR/CodeGen/CIRGenBuilder.h
M clang/lib/CIR/CodeGen/CIRGenBuiltinAArch64.cpp
M clang/test/CodeGen/AArch64/neon-intrinsics.c
M clang/test/CodeGen/AArch64/neon/intrinsics.c
Log Message:
-----------
[CIR][AArch64] Upstream vmull_*/vmull_high_* and vmul_p8/vmul_high_p8 Neon builtins (#188371)
Add CIR generation for AArch64 NEON builtins `vmull_*` and
`vmull_high_*`
The accompanying tests from
[AArch64/neon-instrinsics](https://github.com/llvm/llvm-project/blob/main/clang/test/CodeGen/AArch64/neon-intrinsics.c)
were integrated with new checks for CIR codegen.
Part of #185382
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list