[PATCH] D114379: [OMPIRBuilder] Add support for simd (loop) directive.
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 17 13:48:18 PST 2022
Meinersbur accepted this revision.
Meinersbur added a comment.
This revision is now accepted and ready to land.
LGTM. Thanks for the patch.
================
Comment at: llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp:1696
+ }
+ EXPECT_EQ(Found, true);
+}
----------------
It would also be possible to use `any_of` instead of a loop.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114379/new/
https://reviews.llvm.org/D114379
More information about the llvm-commits
mailing list