[llvm-bugs] [Bug 33807] New: [Polly] Importing schedules and memory access updates that change the dependences not possible
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Jul 16 02:47:29 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=33807
Bug ID: 33807
Summary: [Polly] Importing schedules and memory access updates
that change the dependences not possible
Product: Polly
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: Optimizer
Assignee: polly-dev at googlegroups.com
Reporter: tobias at grosser.es
CC: llvm-bugs at lists.llvm.org
Traditionally we only allowed schedules and memory access relations to be
imported which do not change the data dependences. However, with DeLICM it now
becomes possible to perform transformations that enable more freedom in the
data dependences. We should probably teach the jscop import to only check for
RAW dependences and to also take the possibly updated memory accesses into
account.
--
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/20170716/82e0e2f4/attachment.html>
More information about the llvm-bugs
mailing list