Closed aqjune closed 6 months ago
This adds a few more variants of adcs and cmp instructions with xzr inputs/outputs, and adds their cost models to Neoverse N1 and Cortex 55. On the Neoverse N1 side, there is no diff thanks to how it deals with the superclasses of instructions.
adcs
cmp
xzr
Looks good @aqjune, just waiting for CI.
This adds a few more variants of
adcs
andcmp
instructions withxzr
inputs/outputs, and adds their cost models to Neoverse N1 and Cortex 55. On the Neoverse N1 side, there is no diff thanks to how it deals with the superclasses of instructions.