[PATCH] D78889: [VE] Update branch instructions

Kazushi Marukawa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 26 19:07:04 PDT 2020


kaz7 created this revision.
kaz7 added projects: LLVM, VE.
kaz7 added reviewers: simoll, k-ishizaka.
Herald added subscribers: llvm-commits, hiraditya.

Changing all mnemonic to match assembly instructions to simplify mnemonic
naming rules. This time update all branch instructions.

Depends on D78887 <https://reviews.llvm.org/D78887>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D78889

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78889.260194.patch
Type: text/x-patch
Size: 35839 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200427/7cac733b/attachment.bin>


More information about the llvm-commits mailing list