[PATCH] D75350: [OpenMP] Allow const parameters in declare simd linear clause
Francesco Petrogalli via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 28 09:55:53 PST 2020
fpetrogalli added inline comments.
================
Comment at: clang/test/OpenMP/declare_simd_codegen.cpp:327
+// CHECK-DAG: "_ZGVbN2l__Z11constlineari"
+// CHECK-DAG: "_ZGVcN4l__Z11constlineari"
----------------
I think we should add the same checks in the AArch64 test: `OpenMP/declare_simd_aarch64.c`, so that we won't forget about it when we switch to the `vector-function-abi-variant` attribute.
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