[PATCH] D75350: [OpenMP] Allow const parameters in declare simd linear clause
Graham Hunter via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 28 07:17:35 PST 2020
huntergr added inline comments.
================
Comment at: clang/test/OpenMP/declare_simd_codegen.cpp:118
+#pragma omp declare simd notinbranch linear(i)
+double constlinear(const int i);
+
----------------
fpetrogalli wrote:
> Shouldn't you check that the `_ZGV *` name is generated?
Ok, and I can take care of the formatting issue as well.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75350/new/
https://reviews.llvm.org/D75350
More information about the cfe-commits
mailing list