On Thu, Jul 24, 2025 at 01:27:10PM +0000, Remi Machet wrote: > > On 7/24/25 08:19, Spencer Abson wrote: > > External email: Use caution opening links or attachments > > > > > > This patch extends the expander for conditional smax, smin, add, sub, mul, > > min, max, and div to support partial SVE FP modes. > > > > If exceptions from undefined vector elements must be suppressed, this > > expansion converts the container-level predicate to an element-level one, > > and > > ensures that these elements are inactive for the operation. In practice, > > this > > is a predicate AND with the existing mask and a container-size PTRUE. > > Hi, > > This patch looks good to me (but I cannot approve as I am not a reviewer > or maintainer). >
Thanks. You're right, I forgot to mention that I've bootstrapped & regtested this on aarch64-linux-gnu. Spencer