DanielCChen wrote:

The test case started to fail on AIX only after this PR because the addition of 
the following runs.
```
! RUN: %flang --offload-arch=gfx90a --offload-device-only -fopenmp -emit-llvm 
-S %s -munsafe-fp-atomics -nogpulib -o -|FileCheck 
-check-prefix=UNSAFE-FP-ATOMICS %s
... 
! RUN: %flang --offload-arch=gfx90a.....
...
```

Would it be possible to separate the test case into two to put the above 
testing into a new one so we can disable it on AIX?We still want to test the 
the other set of options (1st version of the test) on AIX so we don't regress 
it.

https://github.com/llvm/llvm-project/pull/154638
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to