[clang] [CIR][AArch64] Lower NEON vuzp1/2 intrinsics (PR #195527)
Jiahao Guo via cfe-commits
cfe-commits at lists.llvm.org
Sun May 3 07:55:11 PDT 2026
https://github.com/E00N777 commented:
The vuzp1 and vuzp2 intrinsic tests were moved out to the new neon/perm.c file. A small fix was needed: the
first remaining test (test_vtrn1_s8) now needs to capture the ATTR0 FileCheck variable since the previous
definition (on the first vuzp1 test) was removed. Changed #[[ATTR0]] to #[[ATTR0:[0-9]+]] to capture the
attribute group number inline.
https://github.com/llvm/llvm-project/pull/195527
More information about the cfe-commits
mailing list