Displaying 3 results from an estimated 3 matches for "exitbb2".
Did you mean:
exitbb1
2010 Oct 11
3
[LLVMdev] Specify dominator for BasicBlock to avoid "Instruction does not dominate all uses!"
...for each initial exit block I create an
associated block that will jump to the original successors of the exit
block.
In short:
B1 B2 B3 BB4
| | | |
\ | / |
ExitBB1 ExitBB2
| | | |
/ \ / \
EBB1.1 EBB1.2 EBB2.1 EBB2.2
becomes:
B1 B2 B3 BB4
| | | |
\ | / |
ExitBB1...
2010 Oct 11
0
[LLVMdev] Specify dominator for BasicBlock to avoid "Instruction does not dominate all uses!"
...e an
> associated block that will jump to the original successors of the exit
> block.
> In short:
>
> B1 B2 B3 BB4
> | | | |
> \ | / |
> ExitBB1 ExitBB2
> | | | |
> / \ / \
> EBB1.1 EBB1.2 EBB2.1 EBB2.2
>
>
> becomes:
>
> B1 B2 B3 BB4
> | | | |
> \ |...
2010 Oct 12
1
[LLVMdev] Specify dominator for BasicBlock to avoid "Instruction does not dominate all uses!"
...ies for all of them in BB_unique.
B1 (declares PHI_1) B3
| |
B2 |
| |
ExitBB1 ExitBB2
|
Succ1 (uses PHI_1)
becomes:
B1 (declares PHI_1) B3
| |
B2 |
| |
ExitBB1 E...