[PATCH] Change the policy of ZERO_EXTEND/SIGN_EXTEND for SelectionDAG builder and legalization

Jiangning Liu liujiangning at yahoo.com
Wed Aug 20 05:16:45 PDT 2014


Hi Tim,

OK. Changed that format and committed as r216066.

Thanks,
-Jiangning


On Wednesday, August 20, 2014 6:03 PM, Tim Northover <t.p.northover at gmail.com> wrote:
 


Hi Jiangning,

Thanks for updating again. I think this looks fine apart from one tiny formatting thing I spotted (sorry). Feel free to commit it with that change.

Tim.

================
Comment at: lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:760-761
@@ -759,1 +759,4 @@

+static ISD::NodeType getPreferredExtendForValue(const Value *V)
+{
+  // For the users of the source value being used for compare instruction, if
----------------
Formatting.


http://reviews.llvm.org/D4967



_______________________________________________
llvm-commits mailing list
llvm-commits at cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140820/075ce2db/attachment.html>


More information about the llvm-commits mailing list