on 2021/7/14 上午6:07, Segher Boessenkool wrote: > Hi! > > On Tue, Jul 13, 2021 at 04:58:42PM +0800, Kewen.Lin wrote: >> This patch is to make Power10 newly introduced vector >> multiply high (part) instructions exploited in vectorized >> loops, it renames existing define_insns as standard pattern >> names. It depends on that patch which enables vectorizer >> to recog mul_highpart. > > It actually is correct already, it will just not be used yet, right?
Yes, the names are just not standard. :) > But the testcases will fail until the generic support lands. > Yes! > Okay for trunk. Thanks! > > Thanks! BR, Kewen