[PATCH] D101578: [Attributor] Add AAExecutionDomainInfo interface to OpenMPOpt

Sebastian Neubauer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 4 05:05:49 PDT 2021


sebastian-ne added a comment.

Hi,
The added test `llvm/test/Transforms/OpenMP/single_threaded_execution.ll` fails in release builds when assertions are disabled.
You probably need to add `; REQUIRES: asserts` like it is done in `llvm/test/CodeGen/Mips/brind-tailcall.ll`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101578/new/

https://reviews.llvm.org/D101578



More information about the llvm-commits mailing list