[llvm-bugs] [Bug 27218] New: Delinearization + casts generate wrong array types
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Apr 5 07:40:18 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=27218
Bug ID: 27218
Summary: Delinearization + casts generate wrong array types
Product: Polly
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Other
Assignee: polly-dev at googlegroups.com
Reporter: doerfert at cs.uni-saarland.de
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
Created attachment 16170
--> https://llvm.org/bugs/attachment.cgi?id=16170&action=edit
IR testcase
For the attached test case the SCoP show the following unexpected array:
Arrays {
i64 MemRef_A[*][2]; // Element size 8
}
While the code generation does the right thing here I have doubts it always
will if we model an i64 array.
--
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/20160405/b8578094/attachment-0001.html>
More information about the llvm-bugs
mailing list