<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 - copyin reproducer asserts in with invalid pointer in Clang CodeGen"
   href="https://bugs.llvm.org/show_bug.cgi?id=42159">42159</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>copyin reproducer asserts in with invalid pointer in Clang CodeGen
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>OpenMP
          </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>Clang Compiler Support
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedclangbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>erich.keane@intel.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>The assert I get on my machine is:
s/xmain/llvm/tools/clang/lib/CodeGen/Address.h:38: llvm::Value*
clang::CodeGen::Address::getPointer() const: Assertion `isValid()' failed.


This is the reproducer I have, reduced as far as I could:
<a href="https://godbolt.org/z/5k9QbT">https://godbolt.org/z/5k9QbT</a>

I don't particularly understand openmp, but saw this reproducer.

Best I can tell during debugging is that the CapturedStmtInfo's context value
ends up being null while evaluating the load of prvt while evaluating !=.</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>