search for: c743f4bd

Displaying 2 results from an estimated 2 matches for "c743f4bd".

2013 Nov 04
0
[LLVMdev] conditional flow resulting in "Instruction does not dominate all uses!"
..._step. > > This Is a static property, so this code in invalid even if dynamically > this path is never taken. > > Cheers, > Rafael > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131104/c743f4bd/attachment.html>
2013 Nov 04
2
[LLVMdev] conditional flow resulting in "Instruction does not dominate all uses!"
On 4 November 2013 02:31, Henrique Santos <henrique.nazare.santos at gmail.com> wrote: > But the incoming value from the landing pad will always be null, won't it? > If so, just iterate through the predecessors and add the terminator as the > incoming value if it's an invoke instruction and add the null value it's > not. > Won't that work? > Note that the