https://llvm.org/bugs/show_bug.cgi?id=25274
David Majnemer <david.majne...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |david.majne...@gmail.com Resolution|--- |INVALID --- Comment #1 from David Majnemer <david.majne...@gmail.com> --- Your IR is busted: PHI nodes not grouped at top of basic block! %p11 = phi i32* [ %p11_beg, %start ], [ %p11_replaced, %for_end ] label %while_start PHI node entries do not match predecessors! %mini_in = phi i32* [ %mini, %while_go ], [ %p_in, %mini_replace ] label %mini_replace label %mini_end PHI nodes not grouped at top of basic block! %p_in = phi i32* [ %p11, %while_go ], [ %p_replaced, %mini_end ] label %for opt: -: error: input module is broken! -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs