[PATCH] D53794: [TargetLowering] expandFP_TO_UINT - avoid FPE due to out of range conversion (PR17686)
Simon Atanasyan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 19 07:11:59 PST 2018
atanasyan added a comment.
In https://reviews.llvm.org/D53794#1302856, @RKSimon wrote:
> @atanasyan The f16 conversion fix should probably be pulled out - do you want me to add 'in overflow range' and 'out of overflow range' fptoui tests to f16-llvm-ir.ll ?
Sorry @RKSimon, I missed your initial question. Yes, let's add such fptoui tests to f16-llvm-ir.ll.
Repository:
rL LLVM
https://reviews.llvm.org/D53794
More information about the llvm-commits
mailing list