[PATCH] D50121: [PowerPC] Do not round values prior to converting to integer

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 31 18:47:42 PDT 2018


tstellar added a comment.

One questions I had after looking into this bug was why does PPCTargetLowering::LowerFP_TO_INTForReuse() extend f32 values to f64 before creating the FCT* instructions?


Repository:
  rL LLVM

https://reviews.llvm.org/D50121





More information about the llvm-commits mailing list