[PATCH] D84965: [flang][OpenMP] Added initial support for lowering OpenMP parallel construct
Sourabh Singh Tomar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 31 06:14:55 PDT 2020
SouraVX added a comment.
In D84965#2187279 <https://reviews.llvm.org/D84965#2187279>, @DavidTruby wrote:
> If this lowers to the OpenMP MLIR Dialect, would it be possible to have some lit codegen tests on the generated IR from a sample input file? Unless not all the necessary infrastructure is in yet for this.
We already got this covered, test case is there in PR. Till the bridge code is up-streamed we can't put those sort of test here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84965/new/
https://reviews.llvm.org/D84965
More information about the llvm-commits
mailing list