Re: [PATCH v3 4/4] target/hexagon: idef-parser simplify predicate init

2024-05-21 Thread Brian Cain
On 5/21/2024 3:16 PM, Anton Johansson via wrote: Only predicate instruction arguments need to be initialized by idef-parser. This commit removes registers from the init_list and simplifies gen_inst_init_args() slightly. Signed-off-by: Anton Johansson Reviewed-by: Taylor Simpson --- Reviewe

[PATCH v3 4/4] target/hexagon: idef-parser simplify predicate init

2024-05-21 Thread Anton Johansson via
Only predicate instruction arguments need to be initialized by idef-parser. This commit removes registers from the init_list and simplifies gen_inst_init_args() slightly. Signed-off-by: Anton Johansson Reviewed-by: Taylor Simpson --- target/hexagon/idef-parser/idef-parser.y| 2 -- target/h