diff --git a/.pick_status.json b/.pick_status.json index 6660c01787f..eb0b8c819ea 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -2074,7 +2074,7 @@ "description": "intel/compiler: make CLUSTER_BROADCAST always deal with integers", "nominated": true, "nomination_type": 0, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": null }, diff --git a/src/intel/compiler/brw_fs_lower_regioning.cpp b/src/intel/compiler/brw_fs_lower_regioning.cpp index 0ddd47c4b1c..e1fe9eaff7b 100644 --- a/src/intel/compiler/brw_fs_lower_regioning.cpp +++ b/src/intel/compiler/brw_fs_lower_regioning.cpp @@ -180,7 +180,7 @@ namespace { intel_device_info_is_9lp(devinfo)) && type_sz(t) > 4) return BRW_REGISTER_TYPE_UD; else - return t; + return brw_int_type(type_sz(t), false); case SHADER_OPCODE_BROADCAST: case SHADER_OPCODE_MOV_INDIRECT: