[PATCH] D135011: Add builtin_elementwise_sin and builtin_elementwise_cos

Xiang Li via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 10 12:30:32 PST 2022


python3kgae added inline comments.


================
Comment at: clang/test/Sema/aarch64-sve-vector-trig-ops.c:4
+// RUN:   -disable-O0-optnone -o - -fsyntax-only %s -verify 
+
+#include <arm_sve.h>
----------------
Need limit to aarch64 enabled with
// REQUIRES: aarch64-registered-target


================
Comment at: clang/test/Sema/riscv-sve-vector-trig-ops.c:4
+// RUN:   -disable-O0-optnone -o - -fsyntax-only %s -verify 
+
+#include <riscv_vector.h>
----------------
// REQUIRES: riscv-registered-target


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135011/new/

https://reviews.llvm.org/D135011



More information about the cfe-commits mailing list