[all-commits] [llvm/llvm-project] 3c8047: [VE] Update branch instructions

Kazushi Marukawa via All-commits all-commits at lists.llvm.org
Tue Apr 28 00:43:07 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3c80478d73374f3de78593bbe0d3fdcf38020b02
      https://github.com/llvm/llvm-project/commit/3c80478d73374f3de78593bbe0d3fdcf38020b02
  Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
  Date:   2020-04-28 (Tue, 28 Apr 2020)

  Changed paths:
    M llvm/lib/Target/VE/VEAsmPrinter.cpp
    M llvm/lib/Target/VE/VEInstrInfo.cpp
    M llvm/lib/Target/VE/VEInstrInfo.td
    M llvm/test/CodeGen/VE/branch1.ll
    M llvm/test/CodeGen/VE/call.ll
    M llvm/test/CodeGen/VE/callstruct.ll
    M llvm/test/CodeGen/VE/fp_extload_truncstore.ll
    M llvm/test/CodeGen/VE/pic_access_static_data.ll
    M llvm/test/CodeGen/VE/pic_func_call.ll
    M llvm/test/CodeGen/VE/pic_indirect_func_call.ll
    M llvm/test/CodeGen/VE/simple_prologue_epilogue.ll
    M llvm/test/CodeGen/VE/va_caller.ll

  Log Message:
  -----------
  [VE] Update branch instructions

Summary:
Changing all mnemonic to match assembly instructions to simplify mnemonic
naming rules. This time update all branch instructions.  This also change
to use %s10 register consistently.

Differential Revision: https://reviews.llvm.org/D78889




More information about the All-commits mailing list