[all-commits] [llvm/llvm-project] 772b0c: [OpenMP] Fix mangling for linear parameters with n...
Mike Rice via All-commits
all-commits at lists.llvm.org
Wed May 11 14:03:05 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 772b0c44a4296a34cbc072c2a7cf294410d07a1a
https://github.com/llvm/llvm-project/commit/772b0c44a4296a34cbc072c2a7cf294410d07a1a
Author: Mike Rice <michael.p.rice at intel.com>
Date: 2022-05-11 (Wed, 11 May 2022)
Changed paths:
M clang/lib/CodeGen/CGOpenMPRuntime.cpp
M clang/test/OpenMP/declare_simd_codegen.cpp
Log Message:
-----------
[OpenMP] Fix mangling for linear parameters with negative stride
The 'n' character is used in place of '-' in the mangled name.
Differential Revision: https://reviews.llvm.org/D125406
More information about the All-commits
mailing list