<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - bfgminer --scrypt on 7xxx+"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=72785#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - bfgminer --scrypt on 7xxx+"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=72785">bug 72785</a>
              from <span class="vcard"><a class="email" href="mailto:haagch.christoph@googlemail.com" title="Christoph Haag <haagch.christoph@googlemail.com>"> <span class="fn">Christoph Haag</span></a>
</span></b>
        <pre>Hm, I did think there would be some interest.

So but because the error had something to do with "llvm.SI.loop" and it said it
was in the "search" function there is only this one loop that can be the
trouble maker:

#pragma unroll
for (uint i=0; i<4; i++) 
...

So I removed that by manually unrolling it.
And indeed it gets a little further.
But then I get this error:

0x7fa839ae8160: i32 = ExternalSymbol'__muldi3'
Undefined function
UNREACHABLE executed at AMDGPUISelLowering.h:89!

With pyrit like in <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - r600g pyrit OpenCL issue on HD6850"
   href="show_bug.cgi?id=64600">bug #64600</a> I get the same error, so... are the patches still
not in llvm 198401?

I guess I'll try with
<a href="http://cgit.freedesktop.org/~tstellar/llvm/log/?h=master-testing-si">http://cgit.freedesktop.org/~tstellar/llvm/log/?h=master-testing-si</a> then.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>