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

Joseph Huber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 4 05:17:54 PDT 2021


jhuber6 added a comment.

In D101578#2735986 <https://reviews.llvm.org/D101578#2735986>, @sebastian-ne wrote:

> 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`.

Thanks, seems like someone already fixed it in 05146fe5171076eaec3ef6a9eeeab4c8a33acf15 <https://reviews.llvm.org/rG05146fe5171076eaec3ef6a9eeeab4c8a33acf15>.


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