search for: 0xabracadabra

Displaying 2 results from an estimated 2 matches for "0xabracadabra".

2012 Sep 12
4
[LLVMdev] Nice nodes dumping patch
...umped as its pointer values: 0xa1d7258: i32 = GlobalAddress<void (i32, ...)* @f> 0 0xa1d7368: i32 = undef [ORD=1] 0xa1d73f0: i32 = TargetConstant<12> [ORD=1] ... It is good if you want to look at memory contents by its address then. But if you just want to understand how the DAG looks 0xABRACADABRA annoying sometimes. This patch allows to see the DAG in more readable form: Node0: i32 = GlobalAddress<void (i32, ...)* @f> 0 Node1: i32 = undef [ORD=1] Node2: i32 = TargetConstant<12> [ORD=1] Just invoke tools with "-debug -dump-node-ids" options. Note if you omit...
2012 Sep 15
0
[LLVMdev] Nice nodes dumping patch
...lues: > 0xa1d7258: i32 = GlobalAddress<void (i32, ...)* @f> 0 > 0xa1d7368: i32 = undef [ORD=1] > 0xa1d73f0: i32 = TargetConstant<12> [ORD=1] > ... > It is good if you want to look at memory contents by its address then. But if you just want to understand how the DAG looks 0xABRACADABRA annoying sometimes. Only sometimes? > This patch allows to see the DAG in more readable form: > > Node0: i32 = GlobalAddress<void (i32, ...)* @f> 0 > Node1: i32 = undef [ORD=1] > Node2: i32 = TargetConstant<12> [ORD=1] > > Just invoke tools with "-debug...