[PATCH] D82911: [PowerPC][Power10] Exploit the xxspltiw and xxspltidp instructions.
Nemanja Ivanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 1 12:59:27 PDT 2020
nemanjai accepted this revision.
nemanjai added a comment.
LGTM.
================
Comment at: llvm/lib/Target/PowerPC/PPCISelLowering.cpp:16303
+ APFloat APFloatOfImm = Imm;
+ return convertToNonDenormSingle(APFloatOfImm);
+ }
----------------
Maybe add a comment to state that this includes positive zero.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82911/new/
https://reviews.llvm.org/D82911
More information about the llvm-commits
mailing list