az updated this revision to Diff 139015.
az added a comment.
add LLVM codegen tests as suggested in the reviews.
https://reviews.llvm.org/D44591
Files:
clang/include/clang/Basic/arm_neon.td
clang/lib/CodeGen/CGBuiltin.cpp
clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c
llvm/test/Code
SjoerdMeijer accepted this revision.
SjoerdMeijer added a comment.
This revision is now accepted and ready to land.
This looks good to me, but we need a companion LLVM patch and add codegen tests
for this to: CodeGen/AArch64/fp16_intrinsic_lane.ll.
https://reviews.llvm.org/D44591
___
az created this revision.
az added a reviewer: SjoerdMeijer.
Herald added subscribers: kristof.beyls, javed.absar, rengolin.
Add the two missing vmulxh_lane vector intrinsics that were originally left out.
https://reviews.llvm.org/D44591
Files:
clang/include/clang/Basic/arm_neon.td
clang/li