https://bugs.llvm.org/show_bug.cgi?id=46146

Ye Luo <xw111lu...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #2 from Ye Luo <xw111lu...@gmail.com> ---
PASS: clang++ -fopenmp -fopenmp-targets=nvptx64 complex_reduction.cpp &&
./a.out
PASS: clang++ -fopenmp -fopenmp-targets=nvptx64 -ffast-math
complex_reduction.cpp && ./a.out
PASS: clang++ -fopenmp -fopenmp-targets=nvptx64 -O3 complex_reduction.cpp &&
./a.out
FAIL: clang++ -fopenmp -fopenmp-targets=nvptx64 -ffast-math -O3
complex_reduction.cpp && ./a.out

applying __NO_UDR
PASS: clang++ -fopenmp -fopenmp-targets=nvptx64 -D__NO_UDR
complex_reduction.cpp && ./a.out
PASS: clang++ -fopenmp -fopenmp-targets=nvptx64 -D__NO_UDR -ffast-math
complex_reduction.cpp && ./a.out
PASS:clang++ -fopenmp -fopenmp-targets=nvptx64 -D__NO_UDR -O3
complex_reduction.cpp && ./a.out
PASS:clang++ -fopenmp -fopenmp-targets=nvptx64 -D__NO_UDR -ffast-math -O3
complex_reduction.cpp && ./a.out

There is still one case failing.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to