intel/compiler: remove what looks like a bad rebase
authorIván Briano <ivan.briano@intel.com>
Mon, 14 Feb 2022 23:57:26 +0000 (15:57 -0800)
committerMarge Bot <emma+marge@anholt.net>
Tue, 15 Feb 2022 01:04:47 +0000 (01:04 +0000)
This bit in the compiler looks like it was added by accident on one of
the latest versions of the original commit, but it clearly doesn't
belong there.

Fixes: 03e1e19246d ("anv: Refactor descriptor copy")

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15016>

src/intel/compiler/brw_fs.cpp

index 10239f2..cc8d49d 100644 (file)
@@ -5972,14 +5972,6 @@ lower_lsc_surface_logical_send(const fs_builder &bld, fs_inst *inst)
                                 false /* transpose */,
                                 LSC_CACHE_STORE_L1STATE_L3MOCS,
                                 false /* has_dest */);
-   case SHADER_OPCODE_DWORD_SCATTERED_READ_LOGICAL:
-      inst->desc = lsc_msg_desc(devinfo, LSC_OP_ATOMIC_LOAD, inst->exec_size,
-                                surf_type, LSC_ADDR_SIZE_A32,
-                                1 /* num_coordinates */,
-                                LSC_DATA_SIZE_D32, arg.ud /* num_channels */,
-                                false /* transpose */,
-                                LSC_CACHE_LOAD_L1STATE_L3MOCS,
-                                true /* has_dest */);
       break;
    default:
       unreachable("Unknown surface logical instruction");