On Fri, May 17, 2024 at 10:38:54AM +0800, HAO CHEN GUI wrote: > This expand calls gen_xststdc<sd>p which is a P9 vector instruction and > relies on "TARGET_P9_VECTOR". So I set the condition.
Why? It needs P9, sure, and MSR[VSX] set, but the operands being VSX registers takes care of that, heh. But it's fine, the insn patterns it uses use the same conditions already. Segher