[all-commits] [llvm/llvm-project] 7585ba: [clang][OpenMP] Fix mangling of linear parameters.
Francesco Petrogalli via All-commits
all-commits at lists.llvm.org
Fri May 1 14:20:13 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7585ba208e67443d0fbc883db320934c65312b02
https://github.com/llvm/llvm-project/commit/7585ba208e67443d0fbc883db320934c65312b02
Author: Francesco Petrogalli <francesco.petrogalli at arm.com>
Date: 2020-05-01 (Fri, 01 May 2020)
Changed paths:
M clang/lib/CodeGen/CGOpenMPRuntime.cpp
M clang/test/OpenMP/declare_simd_aarch64.c
M clang/test/OpenMP/declare_simd_codegen.cpp
Log Message:
-----------
[clang][OpenMP] Fix mangling of linear parameters.
Summary:
The linear parameter token in the mangling function must be multiplied
by the pointee size in bytes when the parameter is a pointer.
Reviewers: ABataev, andwar, jdoerfert
Subscribers: yaxunl, guansong, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D78965
More information about the All-commits
mailing list