[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Sema / riscv-sve-vector-pow-ops.c
blob524e4534417808c54f4ca581fc534f3e7c919ec0
1 // RUN: %clang_cc1 -triple riscv64 -target-feature +f -target-feature +d \
2 // RUN: -target-feature +v -target-feature +zfh -target-feature +experimental-zvfh \
3 // RUN: -disable-O0-optnone -o - -fsyntax-only %s -verify
4 // REQUIRES: riscv-registered-target
6 #include <riscv_vector.h>
9 vfloat32mf2_t test_pow_vv_i8mf8(vfloat32mf2_t v) {
11 return __builtin_elementwise_pow(v, v);
12 // expected-error@-1 {{1st argument must be a floating point type}}