[PATCH] D31847: [PowerPC] Eliminate compares in instruction selection - Vol. 1
Nemanja Ivanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 12 03:28:10 PDT 2017
nemanjai updated this revision to Diff 94948.
nemanjai added a comment.
Updated to reflect some changes in how the big patch is split up as per Eric's request. This specific patch is NFC and can probably be quickly reviewed and committed. It essentially just adds all the methods that contain functionality as stubs. The subsequent patches will then add functionality for the methods and add the test cases. As such, they should be mostly independent of each other then.
Repository:
rL LLVM
https://reviews.llvm.org/D31847
Files:
lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp
lib/Target/PowerPC/PPCFastISel.cpp
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
lib/Target/PowerPC/PPCInstr64Bit.td
lib/Target/PowerPC/PPCInstrInfo.td
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31847.94948.patch
Type: text/x-patch
Size: 15643 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170412/7636830f/attachment.bin>
More information about the llvm-commits
mailing list