[PATCH v3 5/8] aarch64: Add masked-load else operands.

2024-11-02 Thread Robin Dapp
From: Robin Dapp This adds zero else operands to masked loads and their intrinsics. I needed to adjust more than initially thought because we rely on combine for several instructions and a change in a "base" pattern needs to propagate to all those. gcc/ChangeLog: * config/aarch64/aarch6

Re: [PATCH v3 5/8] aarch64: Add masked-load else operands.

2024-11-01 Thread Robin Dapp
> rdapp@gmail.com writes: >> From: Robin Dapp >> >> This adds zero else operands to masked loads and their intrinsics. >> I needed to adjust more than initially thought because we rely on >> combine for several instructions and a change in a "base" pattern >> needs to propagate to all those. >

Re: [PATCH v3 5/8] aarch64: Add masked-load else operands.

2024-10-31 Thread Richard Sandiford
rdapp@gmail.com writes: > From: Robin Dapp > > This adds zero else operands to masked loads and their intrinsics. > I needed to adjust more than initially thought because we rely on > combine for several instructions and a change in a "base" pattern > needs to propagate to all those. > > For t

[PATCH v3 5/8] aarch64: Add masked-load else operands.

2024-10-31 Thread rdapp . gcc
From: Robin Dapp This adds zero else operands to masked loads and their intrinsics. I needed to adjust more than initially thought because we rely on combine for several instructions and a change in a "base" pattern needs to propagate to all those. For the lack of a better idea I used a function