diff --git a/src/intel/compiler/brw_ir_fs.h b/src/intel/compiler/brw_ir_fs.h index 0e7c55bcc03..cd603630a47 100644 --- a/src/intel/compiler/brw_ir_fs.h +++ b/src/intel/compiler/brw_ir_fs.h @@ -465,9 +465,6 @@ get_exec_type(const fs_inst *inst) if (exec_type == BRW_REGISTER_TYPE_B) exec_type = inst->dst.type; - /* TODO: We need to handle half-float conversions. */ - assert(exec_type != BRW_REGISTER_TYPE_HF || - inst->dst.type == BRW_REGISTER_TYPE_HF); assert(exec_type != BRW_REGISTER_TYPE_B); return exec_type;