You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enabling this flag results in a nice performance improvement. However, it breaks NaN detection. The flag can still be enabled if we ignore it in LLVMCodeBuilder::isNaN().
This only possible since LLVM 20.1 (llvm/llvm-project@a77346b) which introduces CreateFCmpFMF().