pan/bit: Remove BI_SHIFT stub
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Fri, 31 Jul 2020 14:13:14 +0000 (10:13 -0400)
committerAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Fri, 31 Jul 2020 14:15:00 +0000 (10:15 -0400)
Fixes compile error with -Dtools=panfrost

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Fixes: 946ff9b4396 ("bifrost: Add support for nir_op_ishl")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6142>

src/panfrost/bifrost/test/bi_interpret.c

index a8fadb3627e543e1370200625aa54cd8d6da1800..808b3938d5153db21147cad4e03a6138587e97a1 100644 (file)
@@ -637,9 +637,6 @@ bit_step(struct bit_state *s, bi_instruction *ins, bool FMA)
                 break;
         }
 
-        case BI_SHIFT:
-                unreachable("Unsupported op");
-
         case BI_ROUND: {
                 if (ins->roundmode == BIFROST_RTP) {
                         bfloat(bit_f64ceil, bit_f32ceil);