]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
RISC-V: Minor pattern name cleanup.
authorJim Wilson <jimw@sifive.com>
Wed, 16 May 2018 18:37:52 +0000 (18:37 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Wed, 16 May 2018 18:37:52 +0000 (11:37 -0700)
gcc/
* config/riscv/riscv.md (<optab>si3_mask, <optab>si3_mask_1): Prepend
asterisk to name.
(<optab>di3_mask, <optab>di3_mask_1): Likewise.

From-SVN: r260299

gcc/ChangeLog
gcc/config/riscv/riscv.md

index cf9cbcc06f107fe816cb00770456b7d50aba2b92..700ac4a37078cfe34c51d7c2e08616f0cccfcd33 100644 (file)
@@ -1,3 +1,9 @@
+2018-05-16  Jim Wilson  <jimw@sifive.com>
+
+       * config/riscv/riscv.md (<optab>si3_mask, <optab>si3_mask_1): Prepend
+       asterisk to name.
+       (<optab>di3_mask, <optab>di3_mask_1): Likewise.
+
 2018-05-16  Mark Wielaard  <mark@klomp.org>
 
        * dwarf2out.c (count_index_strings): New function.
index 9d222731a069a1f6459c61b4297d7a179e0818a9..56fe516dbcf7e7164227c5fd27c2154b2e189fe4 100644 (file)
   [(set_attr "type" "shift")
    (set_attr "mode" "SI")])
 
-(define_insn_and_split "<optab>si3_mask"
+(define_insn_and_split "*<optab>si3_mask"
   [(set (match_operand:SI     0 "register_operand" "= r")
        (any_shift:SI
            (match_operand:SI 1 "register_operand" "  r")
   [(set_attr "type" "shift")
    (set_attr "mode" "SI")])
 
-(define_insn_and_split "<optab>si3_mask_1"
+(define_insn_and_split "*<optab>si3_mask_1"
   [(set (match_operand:SI     0 "register_operand" "= r")
        (any_shift:SI
            (match_operand:SI 1 "register_operand" "  r")
   [(set_attr "type" "shift")
    (set_attr "mode" "DI")])
 
-(define_insn_and_split "<optab>di3_mask"
+(define_insn_and_split "*<optab>di3_mask"
   [(set (match_operand:DI     0 "register_operand" "= r")
        (any_shift:DI
            (match_operand:DI 1 "register_operand" "  r")
   [(set_attr "type" "shift")
    (set_attr "mode" "DI")])
 
-(define_insn_and_split "<optab>di3_mask_1"
+(define_insn_and_split "*<optab>di3_mask_1"
   [(set (match_operand:DI     0 "register_operand" "= r")
        (any_shift:DI
            (match_operand:DI 1 "register_operand" "  r")