Issue 178514
Summary -fhonor-nans at end of command line does not override -cl-fast-relaxed-math
Labels clang:driver, clang:codegen, floating-point
Assignees
Reporter arsenm
    https://godbolt.org/z/qhhMdd5vq

I expect later command line flags to override the effects of earlier ones. However if you use -fcl-fast-relaxed-math and try to override the implied no-nans by appending -fhonor-nans, it does not work. The -fhonor-nans appears to be ignored.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to