[all-commits] [llvm/llvm-project] 0dbaef: [OpenMP] Fix mangling for linear modifiers with va...

Mike Rice via All-commits all-commits at lists.llvm.org
Tue May 10 14:13:22 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0dbaef61b56f0ef0ab0cf38ea92ffc1f35bee3ff
      https://github.com/llvm/llvm-project/commit/0dbaef61b56f0ef0ab0cf38ea92ffc1f35bee3ff
  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] Fix mangling for linear modifiers with variable stride

This adds support for variable stride with the val, uval, and ref linear
modifiers.  Previously only the no modifer type ls<argno> was supported.

  val  -> Ls<argno>
  uval -> Us<argno>
  ref  -> Rs<argno>

Differential Revision: https://reviews.llvm.org/D125330




More information about the All-commits mailing list