Re: [PATCH] x86: Extend the remove_redundant_vector pass

2025-06-09 Thread Hongtao Liu
On Tue, Jun 3, 2025 at 2:59 PM H.J. Lu wrote: > > Extend the remove_redundant_vector pass to handle vector broadcasts from > constant and variable scalars. When broadcasting from constants and > function arguments, we can place a single widest vector broadcast at > entry of the nearest common dom

[PATCH] x86: Extend the remove_redundant_vector pass

2025-06-02 Thread H.J. Lu
From 165331762869ba61477699a5fe097de7d2a56443 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 9 May 2025 07:17:07 +0800 Subject: [PATCH] x86: Extend the remove_redundant_vector pass Extend the remove_redundant_vector pass to handle vector broadcasts from constant and variable scalars. When broadcasting fro