[PATCH] D129368: [mlir][OpenMP] Lower simd if clause to LLVM IR
Dominik Adamski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 28 05:41:18 PDT 2022
domada updated this revision to Diff 448311.
domada added a comment.
Implemented simd if clause- applying review remarks:
1. Use simplified cloning mechanism (without cloneLoopWithPreheader).
2. Removed addLoopMetadata(Loop *L, Metadata) function.
3. Added more tests.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129368/new/
https://reviews.llvm.org/D129368
Files:
llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp
mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
mlir/test/Target/LLVMIR/openmp-llvm.mlir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129368.448311.patch
Type: text/x-patch
Size: 14743 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220728/58f0483e/attachment.bin>
More information about the llvm-commits
mailing list