scanon requested changes to this revision.
scanon added a comment.
This revision now requires changes to proceed.

IIRC the optimization of divide-by-power-of-two --> multiply-by-inverse does 
not occur at -O0, so it would be better to multiply by 2^(-fbits) instead.


Repository:
  rC Clang

https://reviews.llvm.org/D46926



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

Reply via email to