[PATCH] D19178: Broaden FoldItoFPtoI to try and establish whether the integer value fits into the float type
Eli Friedman via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 24 10:09:31 PDT 2016
eli.friedman added a comment.
This is taking so many iterations to get to a reasonable place that I think you need some other approach to testing; you clearly aren't finding the interesting cases. Have you considered some sort of test generator, which randomly generates known one and known zero masks, then exhaustively checks whether the end result is consistent?
https://reviews.llvm.org/D19178
More information about the llvm-commits
mailing list