[flang-commits] [flang] [Flang][OpenMP] Use less CHECK-DAGs in a test (PR #90190)

Kiran Chandramohan via flang-commits flang-commits at lists.llvm.org
Fri Apr 26 07:42:54 PDT 2024


kiranchandramohan wrote:

> > Speedup is 4.71s -> 0.27s on the machine I run.
> > I see that this test has failed in the CI. Will have a look.
> 
> Was this measured on a Windows box? If so, the new time looks small enough. If not, maybe the other CHECK-DAGs could be replaced as well, except for those that check global data definitions.

It was on a linux machine. I started with removing everything except the globals but the CI failed. So I added a few more for the threadprivates. May be there is something in the codegen of threadprivates that we can make more deterministic.

https://github.com/llvm/llvm-project/pull/90190


More information about the flang-commits mailing list