[PATCH] D28302: [PowerPC] Implement missing instructions.
Nemanja Ivanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 4 14:01:27 PST 2017
nemanjai accepted this revision.
nemanjai added a comment.
This revision is now accepted and ready to land.
I don't think that addressing the one inline comment requires another review - please address it, test it and then commit.
LGTM
================
Comment at: lib/Target/PowerPC/PPCInstrInfo.td:2175
+let Interpretation64Bit = 1 in {
+def FTDIV: XForm_17<63, 128, (outs crrc:$crD), (ins f8rc:$fA, f8rc:$fB),
----------------
I don't think this is necessary on this def or the next.
https://reviews.llvm.org/D28302
More information about the llvm-commits
mailing list