<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Tangrams demo: LLVM ERROR: Cannot select: 0x7e8d8750: i16 = bitcast 0x7e8d8af8"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=106922#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Tangrams demo: LLVM ERROR: Cannot select: 0x7e8d8750: i16 = bitcast 0x7e8d8af8"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=106922">bug 106922</a>
              from <span class="vcard"><a class="email" href="mailto:bas@basnieuwenhuizen.nl" title="Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>"> <span class="fn">Bas Nieuwenhuizen</span></a>
</span></b>
        <pre>So top level is a f32 -> i16 bitcast:

Cannot select: 0x7e8d8750: i16 = bitcast 0x7e8d8af8

which is not allowed. Is in LLVM source:

%76 = call float @llvm.amdgcn.buffer.load.f32(<4 x i32> %75, i32 0, i32 %74, i1
false, i1 false) #3
  %77 = bitcast float %76 to i16

Happens in the nir:

vec1 16 ssa_115 = intrinsic load_ssbo (ssa_113, ssa_114) () ()

I'm really inclined to say it is our lacking 16-bit support.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>