]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
LoongArch: Fix the format of bstrins_<mode>_for_ior_mask condition (NFC)
authorXi Ruoyao <xry111@xry111.site>
Fri, 29 Dec 2023 12:04:34 +0000 (20:04 +0800)
committerXi Ruoyao <xry111@xry111.site>
Fri, 29 Dec 2023 12:07:54 +0000 (20:07 +0800)
gcc/ChangeLog:

* config/loongarch/loongarch.md (bstrins_<mode>_for_ior_mask):
For the condition, remove unneeded trailing "\" and move "&&" to
follow GNU coding style.  NFC.

gcc/config/loongarch/loongarch.md

index d705717b5fae83189e050cb59d29364fb7ee175d..47c1c5603c1c5f9d0100581ae9c7ea10d546e5ca 100644 (file)
                           (match_operand:GPR 2 "const_int_operand"))
                 (and:GPR (match_operand:GPR 3 "register_operand")
                          (match_operand:GPR 4 "const_int_operand"))))]
-  "loongarch_pre_reload_split () && \
-   loongarch_use_bstrins_for_ior_with_mask (<MODE>mode, operands)"
+  "loongarch_pre_reload_split ()
+   && loongarch_use_bstrins_for_ior_with_mask (<MODE>mode, operands)"
   "#"
   "&& true"
   [(set (match_dup 0) (match_dup 1))