[PATCH] D72728: [LegalizeTypes] Remove untested code from ExpandIntOp_UINT_TO_FP
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 14 12:30:51 PST 2020
efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.
LGTM
> check is false for most combinations for int and fp types except maybe i32 and f64
>From http://reviews.llvm.org/rL103883, I think the intended target was i64 -> x86_fp80 conversions. But I guess we handle that with target-specific code now.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72728/new/
https://reviews.llvm.org/D72728
More information about the llvm-commits
mailing list