https://bugs.llvm.org/show_bug.cgi?id=34503
Bug ID: 34503
Summary: Codegen generates invalid code.
Product: Polly
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: Other
Assignee: polly-...@googlegroups.com
Reporter: l...@meinersbur.de
CC: llvm-bugs@lists.llvm.org
Created attachment 19113
--> https://bugs.llvm.org/attachment.cgi?id=19113&action=edit
lambda-code_0.ll
The attached test case fails with
opt -polly-process-unprofitable -polly-remarks-minimal -polly-use-llvm-names
-polly-import-jscop-dir=C:\Users\Meinersbur\src\llvm\tools\polly\test
-polly-codegen -S -verify-each <
C:\Users\Meinersbur\src\llvm\tools\polly\test\lambda-code_0.ll
--
Exit Code: 1
Command Output (stdout):
--
$ "opt" "-polly-process-unprofitable" "-polly-remarks-minimal"
"-polly-use-llvm-names"
"-polly-import-jscop-dir=C:\Users\Meinersbur\src\llvm\tools\polly\test"
"-polly-codegen" "-S" "-verify-each"
# command stderr:
Instruction does not dominate all uses!
%call3.i.i.i73 = call i8* @vec_heap_o_reserve() #3
%1 = ptrtoint i8* %call3.i.i.i73 to i64
Instruction does not dominate all uses!
%call3.i.i.i73 = call i8* @vec_heap_o_reserve() #3
%3 = ptrtoint i8* %call3.i.i.i73 to i64
LLVM ERROR: Broken function found, compilation aborted!
error: command failed with exit status: 1
This is probably caused by commit
r312410 - [ScopDetect/Info] Look through PHIs that follow an error block
--
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