<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </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 - A variable should not be assigned values twice successively.(llvm-project/polly/lib/External/ppcg/gpu.c:line 5382-5383)"
   href="https://bugs.llvm.org/show_bug.cgi?id=47106">47106</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>A variable should not be assigned values twice successively.(llvm-project/polly/lib/External/ppcg/gpu.c:line 5382-5383)
          </td>
        </tr>

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

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

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </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>Other
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>info@ustchcs.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>A variable should not be assigned values twice successively.
Maybe there is a typo.

commit e3546c78cabfbf670391a57766872f0a8e28a423

llvm-project/polly/lib/External/ppcg/gpu.c:line 5382-5383

  5377          index = pet_expr_access_get_index(expr);
  5378          space = isl_multi_pw_aff_get_space(index);
  5379          isl_multi_pw_aff_free(index);
  5380          if (isl_space_domain_is_wrapping(space))
  5381                  space = isl_space_domain_factor_domain(space);
  5382          space2 = isl_space_copy(space);
  5383          space2 = isl_space_from_domain(isl_space_domain(space));
  5384          id = pet_expr_access_get_ref_id(expr);
  5385          space2 = isl_space_set_tuple_id(space2, isl_dim_out, id);
  5386          space = isl_space_range_product(space2, space);
  5387          space = isl_space_uncurry(space);
  5388  
  5389          return isl_map_empty(space);

Reported by: Ustchcs Toolsets Bugfinder
(bugfinder-2.7: A variable should not be assigned values twice successively.)</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>