[PATCH] D126626: [OpenMP][IRBuilder] Add final clause to task
Shraiysh via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 6 10:45:40 PDT 2022
shraiysh added inline comments.
================
Comment at: llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp:4611
+ // to zero.
+ EXPECT_TRUE(any_of(OrInst->operands(), [](Value *op) {
+ if (ConstantInt *TiedValue = dyn_cast<ConstantInt>(op))
----------------
Meinersbur wrote:
> [👍] Great use of `any_of`
Thank you! :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126626/new/
https://reviews.llvm.org/D126626
More information about the llvm-commits
mailing list