search for: 3micyhqjpgx7fwvv

Displaying 1 result from an estimated 1 matches for "3micyhqjpgx7fwvv".

2012 Nov 11
2
[LLVMdev] Tracing nodes in selectionDAG to final code...
...,"aMS", at progbits,1 $.str: .asciz "hello world\n" .size $.str, 13 from a simple hello world example that looks like: #include <stdio.h> int main() { printf("hello world\n"); return 0; } I use the method I talked about at (http://markmail.org/message/3micyhqjpgx7fwvv) to itterate over the nodes in the selectionDAG, the operations are effectively... -Operation EntryToken has number 0 -Operation Constant has number 1 -Operation FrameIndex has number 2 -Operation undef has number 3 -Operation store has number 4 -Operation GlobalAddress has number 5 -Operation Glo...