<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 - [AArch64] Detected cycle in SelectionDAG"
   href="https://bugs.llvm.org/show_bug.cgi?id=35822">35822</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[AArch64] Detected cycle in SelectionDAG
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>libraries
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </td>
        </tr>

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

        <tr>
          <th>OS</th>
          <td>Windows NT
          </td>
        </tr>

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

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

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

        <tr>
          <th>Component</th>
          <td>Backend: AArch64
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>llvm-dev@redking.me.uk
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>Florian.Hahn@arm.com, llvm-bugs@lists.llvm.org, sam.parker@arm.com, tim.northover@arm.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre><a href="https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=4856">https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=4856</a>

llc -mtriple=aarch64-unknown

define void @foo(<4 x i32>* %A, <4 x i32>* %B, <4 x i32>* %C, <4 x i32>* %D, <4
x i32>* %E, <4 x i32>* %F, <4 x i32>* %G, <4 x i32>* %H, <4 x i32>* %I, <4 x
i32>* %J, <4 x i32>* %K, <4 x i32>* %L, <4 x i32>* %M, <4 x i32>* %N, <4 x
i32>* %O, <4 x i32>* %P, <4 x i32>* %Q, <4 x i32>* %R, <4 x i32>* %S, <4 x
i32>* %T, <4 x i32>* %U, <4 x i32>* %V, <4 x i32>* %W, <4 x i32>* %X, <4 x
i32>* %Y, <4 x i32>* %Z, <4 x i32>* %BA, <4 x i32>* %BB, <4 x i32>* %BC, <4 x
i32>* %BD, <4 x i32>* %BE, <4 x i32>* %BF, <4 x i32>* %BG, <4 x i32>* %BH, <4 x
i32>* %BI, <4 x i32>* %BJ, <4 x i32>* %BK, <4 x i32>* %BL, <4 x i32>* %BM, <4 x
i32>* %BN, <4 x i32>* %BO, <4 x i32>* %BP, <4 x i32>* %BQ, <4 x i32>* %BR, <4 x
i32>* %BS, <4 x i32>* %BT, <4 x i32>* %BU, <4 x i32>* %BV, <4 x i32>* %BW, <4 x
i32>* %BX, <4 x i32>* %BY, <4 x i32>* %BZ, <4 x i32>* %CA, <4 x i32>* %CB, <4 x
i32>* %CC, <4 x i32>* %CD, <4 x i32>* %CE, <4 x i32>* %CF, <4 x i32>* %CG, <4 x
i32>* %CH, <4 x i32>* %CI, <4 x i32>* %CJ, <4 x i32>* %CK, <4 x i32>* %CL) {
  %A5 = alloca i32
  %L3 = load i32, i32* %A5
  %L1 = load i64, i64* undef
  %d = select <4 x i1> <i1 true, i1 true, i1 false, i1 false>, <4 x i32>
zeroinitializer, <4 x i32> <i32 29, i32 82, i32 45, i32 16>
  %G2 = getelementptr i32, i32* %A5, i64 %L1
  %L2 = load i32, i32* %G2
  %j = select <4 x i1> <i1 true, i1 false, i1 false, i1 true>, <4 x i32>
zeroinitializer, <4 x i32> <i32 46, i32 24, i32 93, i32 26>
  %bm = select <4 x i1> <i1 false, i1 true, i1 true, i1 false>, <4 x i32> <i32
49, i32 14, i32 62, i32 62>, <4 x i32> <i32 35, i32 33, i32 92, i32 59>
  %I4 = insertelement <4 x i32> %d, i32 %L3, i32 %L2
  store <4 x i32> %d, <4 x i32>* %F
  store <4 x i32> %d, <4 x i32>* %I
  store <4 x i32> %j, <4 x i32>* %J
  store <4 x i32> %d, <4 x i32>* %BI
  store <4 x i32> %I4, <4 x i32>* %BW
  store <4 x i32> %j, <4 x i32>* %CG
  store <4 x i32> %j, <4 x i32>* %CJ
  store <4 x i32> %bm, <4 x i32>* %CL
  ret void
}</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>