[PATCH] D138844: [PowerPC] Materialize floats in the range [-16.0, 15.0].
Lei Huang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 20 11:14:29 PST 2022
lei added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCISelLowering.cpp:17182
+ return true;
+ return Imm.isZero();
+ }
----------------
Previous behavour is "fallthrough" which will result in a return of `Imm.isPosZero()`. Do we not want the defalut to be same as before?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138844/new/
https://reviews.llvm.org/D138844
More information about the llvm-commits
mailing list