[all-commits] [llvm/llvm-project] 1a0251: [OpenMP] Add mangling support for linear modifiers...
Mike Rice via All-commits
all-commits at lists.llvm.org
Tue May 10 09:57:43 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1a02519bc504a12a12ba875db29c9e5901ed9bef
https://github.com/llvm/llvm-project/commit/1a02519bc504a12a12ba875db29c9e5901ed9bef
Author: Mike Rice <michael.p.rice at intel.com>
Date: 2022-05-10 (Tue, 10 May 2022)
Changed paths:
M clang/lib/CodeGen/CGOpenMPRuntime.cpp
M clang/test/OpenMP/declare_simd_codegen.cpp
Log Message:
-----------
[OpenMP] Add mangling support for linear modifiers (ref,uval,val)
Add mangling for linear parameters specified with ref, uval, and val
for 'omp declare simd' vector functions.
Add missing stride for linear this parameters.
Differential Revision: https://reviews.llvm.org/D125269
More information about the All-commits
mailing list