[PATCH] D109635: [WIP][OpenMP] Support construct trait set for Clang
Chi Chun Chen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 10 15:42:53 PDT 2021
cchen added inline comments.
================
Comment at: clang/test/OpenMP/declare_variant_construct_codegen_1.c:23
+#define N 100
+
+void p_vxv(int *v1, int *v2, int *v3, int n);
----------------
This test is from sollve test suite: https://github.com/SOLLVE/sollve_vv/blob/master/tests/5.0/declare_variant/test_declare_variant.c
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109635/new/
https://reviews.llvm.org/D109635
More information about the cfe-commits
mailing list