[PATCH] D151439: [Clang][SVE2.1] Add builtins for 2-way svdot (vectors, indexed)
Dinar Temirbulatov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 18 06:47:17 PDT 2023
dtemirbulatov added inline comments.
================
Comment at: clang/test/Sema/aarch64-sve2p1-intrinsics/acle_sve2p1_imm.cpp:112
+ svfloat32_t f32, svfloat16_t f16) {
+ svdot_lane_s32_s16_s16(s32, s16, s16, 1); // expected-error {{argument value 4 is outside the valid range [0, 3]}}
+ svdot_lane_u32_u16_u16(u32, u16, u16, 1); // expected-error {{argument value 4 is outside the valid range [0, 3]}}
----------------
It looks like an incorrect error report?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151439/new/
https://reviews.llvm.org/D151439
More information about the cfe-commits
mailing list