From 7f39e51dd5144b95844b4226f83346bbf84f1f87 Mon Sep 17 00:00:00 2001 From: Francisco Jerez Date: Mon, 7 Mar 2022 16:28:28 -0800 Subject: [PATCH] intel/compiler/xe2: Add extra flag registers. Reviewed-by: Caio Oliveira Part-of: --- src/intel/compiler/brw_ir.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/intel/compiler/brw_ir.h b/src/intel/compiler/brw_ir.h index e7f54798303..3b4b19c244a 100644 --- a/src/intel/compiler/brw_ir.h +++ b/src/intel/compiler/brw_ir.h @@ -194,10 +194,10 @@ struct backend_instruction { */ bool eot:1; - /* Chooses which flag subregister (f0.0 to f1.1) is used for conditional + /* Chooses which flag subregister (f0.0 to f3.1) is used for conditional * mod and predication. */ - unsigned flag_subreg:2; + unsigned flag_subreg:3; /** * Systolic depth used by DPAS instruction.