[PATCH] D78965: [clang][OpenMP] Fix mangling of linear parameters.

Francesco Petrogalli via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 27 14:34:19 PDT 2020


fpetrogalli created this revision.
fpetrogalli added reviewers: ABataev, andwar.
Herald added subscribers: cfe-commits, guansong, yaxunl.
Herald added a reviewer: jdoerfert.
Herald added a project: clang.

The linear parameter token in the mangling function must be multiplied
by the pointee size in bytes when the parameter is a pointer.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D78965

Files:
  clang/lib/CodeGen/CGOpenMPRuntime.cpp
  clang/test/OpenMP/declare_simd_aarch64.c
  clang/test/OpenMP/declare_simd_codegen.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78965.260457.patch
Type: text/x-patch
Size: 7047 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200427/529e35ee/attachment.bin>


More information about the cfe-commits mailing list