nastafev added a comment.

>   can trigger arbitrary floating-point exceptions anywhere in your code

I believe this statement reflects the current state of many compilers on the 
market, I guess I just don't see the reason why making things worse. It seems 
the original intent of the commit was to add support for masked compares, and 
that could have been achieved without breaking what already worked.

I hope the patch is ultimately helping some performance optimization, but it is 
breaking the original intent of some legitimate programs that worked before, 
and introduces correctness regression. So to me it must be at least guarded by 
a flip-switch.

The reference to constrained floating-point intrinsics work is relevant, but it 
will obviously take time and extra effort to enable and then to unbreak all the 
cases that are made broken here. Instead one could postpone lowering of the 
particular instructions until it was possible without violation of the 
semantics...


Repository:
  rC Clang

https://reviews.llvm.org/D45616



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to