[PATCH] D91556: [OpenMPIRBuilder} Add capturing of parameters to pass to omp::parallel
Lubomir Litchev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 14 13:51:51 PST 2020
llitchev updated this revision to Diff 311698.
llitchev added a comment.
Added separate tests for Windows for specific tests.
On Windows the registers for the add operation are swapped. This test is completely unrelated to this change, but it fails.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91556/new/
https://reviews.llvm.org/D91556
Files:
clang/lib/CodeGen/CGStmtOpenMP.cpp
clang/test/OpenMP/parallel_codegen.cpp
llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
llvm/lib/Transforms/IPO/OpenMPOpt.cpp
llvm/test/CodeGen/XCore/threads.ll
llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp
mlir/lib/Target/LLVMIR/ModuleTranslation.cpp
mlir/test/Conversion/OpenMPToLLVM/convert-to-llvmir.mlir
mlir/test/Conversion/OpenMPToLLVM/openmp_float-parallel_param.mlir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91556.311698.patch
Type: text/x-patch
Size: 37321 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201214/00a3005f/attachment.bin>
More information about the llvm-commits
mailing list