On Sat, Jul 27, 2024 at 1:38 AM Lulu Cheng <chengl...@loongson.cn> wrote: > > gcc/ChangeLog: > > * config/loongarch/loongarch.md (<optab>n<mode>): Rename to ... > (<optab>n<mode>3): This.
Thanks for doing this for loongarch. Once I finish up my patch set; loongarch should get benefit. Also it might be useful after my patch set goes in that a loongarch specific testcases are added too. I estimate by the end of this coming week when it will be done/approved but that is just an estimate. Thanks, Andrew > --- > gcc/config/loongarch/loongarch.md | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/gcc/config/loongarch/loongarch.md > b/gcc/config/loongarch/loongarch.md > index 459ad30b9bb..4e4ddd515c9 100644 > --- a/gcc/config/loongarch/loongarch.md > +++ b/gcc/config/loongarch/loongarch.md > @@ -1668,7 +1668,7 @@ (define_insn "*norsi3_internal" > [(set_attr "type" "logical") > (set_attr "mode" "SI")]) > > -(define_insn "<optab>n<mode>" > +(define_insn "<optab>n<mode>3" > [(set (match_operand:X 0 "register_operand" "=r") > (neg_bitwise:X > (not:X (match_operand:X 1 "register_operand" "r")) > -- > 2.39.3 >