Displaying 2 results from an estimated 2 matches for "msp430iseldagtodag".
2012 Apr 18
0
[LLVMdev] [cfe-dev] LLVM Backend for Z80
...can't help you with that particular problem.
But concerning "more debug info": Do you know the following two links?
http://llvm.org/releases/3.0/docs/ProgrammersManual.html#DEBUG
You can find some example debug code e.g. in method Select(SDNode *Node)
in source file lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
http://llvm.org/releases/3.0/docs/ProgrammersManual.html#ViewGraph
(and the -view… options in http://llvm.org/releases/3.0/docs/CodeGenerator.html#selectiondag_process)
This takes some minimal effort to setup but is incredibly useful:
Run llc with all -view… options on. This will get you a fi...
2014 Apr 03
5
[LLVMdev] comparing .o files from different build trees
...e/Disassembler/Release+Asserts/XCoreDisassembler.o differ: byte 119887, line 163
./lib/Target/XCore/InstPrinter/Release+Asserts/XCoreInstPrinter.o ../../recurse2be/build/./lib/Target/XCore/InstPrinter/Release+Asserts/XCoreInstPrinter.o differ: byte 10736, line 26
./lib/Target/MSP430/Release+Asserts/MSP430ISelDAGToDAG.o ../../recurse2be/build/./lib/Target/MSP430/Release+Asserts/MSP430ISelDAGToDAG.o differ: byte 24576, line 135
./lib/Target/MSP430/Release+Asserts/MSP430RegisterInfo.o ../../recurse2be/build/./lib/Target/MSP430/Release+Asserts/MSP430RegisterInfo.o differ: byte 7909, line 7
./lib/Target/MSP430/InstP...