[PATCH] D22685: Disable shrinking of SNaN constants

Elliot Colp via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 3 11:34:56 PDT 2016


colpell added a comment.

A build bot appears to be failing the test case:
http://bb.pgr.jp/builders/ninja-x64-msvc-RA-centos6/builds/27427

It looks like shrinking is somehow still happening, so presumably APFloat::isSignaling is giving a false negative. I'm not sure what would be causing it to happen on that one specific bot though.


Repository:
  rL LLVM

https://reviews.llvm.org/D22685





More information about the llvm-commits mailing list