<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - [Polly] Domain generation for non-affine loop breaks"
   href="https://llvm.org/bugs/show_bug.cgi?id=26309">26309</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[Polly] Domain generation for non-affine loop breaks
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Polly
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Optimizer
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>polly-dev@googlegroups.com
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>tobias@grosser.es
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=15714" name="attach_15714" title="Test case">attachment 15714</a> <a href="attachment.cgi?id=15714&action=edit" title="Test case">[details]</a></span>
Test case

I see the following error for non-affine loops:


opt /tmp/test2.ll -polly-scops -polly-process-unprofitable  
-polly-allow-nonaffine-loops

/home/grosser/Projects/polly/git/tools/polly/lib/External/isl/isl_map.c:7102:
spaces don't match
0  libLLVMSupport.so  0x00007fb8c2b63a88
llvm::sys::PrintStackTrace(llvm::raw_ostream&) + 40
1  libLLVMSupport.so  0x00007fb8c2b622b6 llvm::sys::RunSignalHandlers() + 54
2  libLLVMSupport.so  0x00007fb8c2b64176
3  libc.so.6          0x00007fb8c1c322f0
4  libc.so.6          0x00007fb8c1c32267 gsignal + 55
5  libc.so.6          0x00007fb8c1c33eca abort + 362
6  libPolly.so        0x00007fb8c0aefed7
7  libPolly.so        0x00007fb8c0b17dfc
8  libPolly.so        0x00007fb8c0b18167
9  libPolly.so        0x00007fb8c0a34392
polly::Scop::propagateDomainConstraints(llvm::Region*) + 2706
10 libPolly.so        0x00007fb8c0a32988
polly::Scop::buildDomains(llvm::Region*) + 760
11 libPolly.so        0x00007fb8c0a36ffa polly::Scop::init(llvm::AAResults&,
llvm::AssumptionCache&) + 106
12 libPolly.so        0x00007fb8c0a3f689
polly::ScopInfo::buildScop(llvm::Region&, llvm::AssumptionCache&) + 1577
13 libPolly.so        0x00007fb8c0a3fd29
polly::ScopInfo::runOnRegion(llvm::Region*, llvm::RGPassManager&) + 937</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>