[PATCH] D12567: SelectionDAGDumper: Print simple operands inline.
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 2 13:00:48 PDT 2015
arsenm added a subscriber: arsenm.
================
Comment at: lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp:591
@@ +590,3 @@
+ || Opcode == ISD::TargetConstant || Opcode == ISD::TargetConstantFP
+ || Opcode == ISD::CONDCODE;
+}
----------------
VALUETYPE would another good one to handle
================
Comment at: lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp:725
@@ +724,3 @@
+ if (unsigned RN = Value.getResNo())
+ OS << ":" << RN;
+ }
----------------
single quotes
Repository:
rL LLVM
http://reviews.llvm.org/D12567
More information about the llvm-commits
mailing list