[llvm-bugs] [Bug 32623] New: Too lax dependences
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Apr 11 03:46:46 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=32623
Bug ID: 32623
Summary: Too lax dependences
Product: Polly
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: Optimizer
Assignee: polly-dev at googlegroups.com
Reporter: doerfert at cs.uni-saarland.de
CC: llvm-bugs at lists.llvm.org
Created attachment 18269
--> https://bugs.llvm.org/attachment.cgi?id=18269&action=edit
test case
Probably since 490659bdcf7557513 [https://reviews.llvm.org/D31386] Polly
produces too lax dependences. For the attached test case there is no dependence
ordering S2 and S0 even though one reads C[i] and one writes it. The jscop
attached reorders them and it seem to pass all validity checks.
--
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/20170411/cd683899/attachment.html>
More information about the llvm-bugs
mailing list