[llvm-bugs] [Bug 25051] New: Compiler aborts - in backend: Broken function found, compilation aborted!
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Oct 5 02:37:24 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=25051
Bug ID: 25051
Summary: Compiler aborts - in backend: Broken function found,
compilation aborted!
Product: clang
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: LLVM Codegen
Assignee: unassignedclangbugs at nondot.org
Reporter: santosh.zanjurne at amd.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
While building one of the internal benchmark here, compiler started aborting
with following message from svn r249211.
Instruction does not dominate all uses!
%55 = add i32 %z.0134, %54
%z.0134 = phi i32 [ 0, %if.end ], [ %55, %for.inc.28 ]
fatal error: error in backend: Broken function found, compilation aborted!
clang: error: clang frontend command failed with exit code 70 (use -v to see
invocation)
clang version 3.8.0 (trunk 249210) (llvm/trunk 249211)
Target: x86_64-unknown-linux-gnu
I shall try to come up with reproducible test case.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20151005/c60c8626/attachment.html>
More information about the llvm-bugs
mailing list