[llvm-bugs] [Bug 25241] New: [Polly] "Load/Store scalar accesses before/after" yields incorrect code on non-affine region

via llvm-bugs llvm-bugs at lists.llvm.org
Sun Oct 18 13:14:26 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=25241

            Bug ID: 25241
           Summary: [Polly]  "Load/Store scalar accesses before/after"
                    yields incorrect code on non-affine region
           Product: Projects
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Polly
          Assignee: polly-dev at googlegroups.com
          Reporter: tobias at grosser.es
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

Created attachment 15101
  --> https://llvm.org/bugs/attachment.cgi?id=15101&action=edit
Test case to reproduce the bug

Commit 250625 introduced the following error on the attached test case when
running 'opt -polly-codegen':

opt:
/home/grosser/Projects/polly/git/tools/polly/lib/CodeGen/CodeGeneration.cpp:164:
virtual bool (anonymous namespace)::CodeGeneration::runOnScop(polly::Scop &):
Assertion `!verifyGeneratedFunction(S, *EnteringBB->getParent()) &&
"Verification of generated function failed"' failed.

-- 
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/20151018/87a91208/attachment-0001.html>


More information about the llvm-bugs mailing list