You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[release/10.0] Use unpredicated movprfx with SVE2 fminnmp and fmaxnmp (#119805)
* Use unpredicated movprfx with SVE2 fminnmp and fmaxnmp
Codegen is currently emitting a predicated `movprfx` with these
instructions in combination with `ConditionalSelect`, which results in
unpredictable behaviour. Use unpredicated `movprfx` instead and apply
the mask to the result of the instruction.
* Add predicated movprfx checker to emitter, add more exception cases to movprfx optimization
* Invert emitter validation check
---------
Co-authored-by: Sebastian Nickolls <sebastian.nickolls@arm.com>
0 commit comments