[PATCH] D76822: [VE] Update lea/load/store instructions

Kazushi Marukawa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 3 04:16:04 PDT 2020


kaz7 updated this revision to Diff 254748.
kaz7 added a comment.

Rebased to the latest upstream/master.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76822/new/

https://reviews.llvm.org/D76822

Files:
  llvm/lib/Target/VE/MCTargetDesc/VEInstPrinter.cpp
  llvm/lib/Target/VE/MCTargetDesc/VEInstPrinter.h
  llvm/lib/Target/VE/VEAsmPrinter.cpp
  llvm/lib/Target/VE/VEFrameLowering.cpp
  llvm/lib/Target/VE/VEISelDAGToDAG.cpp
  llvm/lib/Target/VE/VEInstrInfo.cpp
  llvm/lib/Target/VE/VEInstrInfo.td
  llvm/lib/Target/VE/VERegisterInfo.cpp
  llvm/test/CodeGen/VE/addition.ll
  llvm/test/CodeGen/VE/branch1.ll
  llvm/test/CodeGen/VE/call.ll
  llvm/test/CodeGen/VE/callee.ll
  llvm/test/CodeGen/VE/callstruct.ll
  llvm/test/CodeGen/VE/cast.ll
  llvm/test/CodeGen/VE/constants.ll
  llvm/test/CodeGen/VE/ctlz.ll
  llvm/test/CodeGen/VE/cttz.ll
  llvm/test/CodeGen/VE/fp_add.ll
  llvm/test/CodeGen/VE/fp_div.ll
  llvm/test/CodeGen/VE/fp_extload_truncstore.ll
  llvm/test/CodeGen/VE/fp_mul.ll
  llvm/test/CodeGen/VE/fp_sub.ll
  llvm/test/CodeGen/VE/int_to_fp.ll
  llvm/test/CodeGen/VE/load-align1.ll
  llvm/test/CodeGen/VE/load-align2.ll
  llvm/test/CodeGen/VE/load-align4.ll
  llvm/test/CodeGen/VE/load-align8.ll
  llvm/test/CodeGen/VE/load.ll
  llvm/test/CodeGen/VE/load_gv.ll
  llvm/test/CodeGen/VE/pic_access_data.ll
  llvm/test/CodeGen/VE/pic_access_static_data.ll
  llvm/test/CodeGen/VE/pic_indirect_func_call.ll
  llvm/test/CodeGen/VE/sext_zext_load.ll
  llvm/test/CodeGen/VE/simple_prologue_epilogue.ll
  llvm/test/CodeGen/VE/store-align1.ll
  llvm/test/CodeGen/VE/store-align2.ll
  llvm/test/CodeGen/VE/store-align4.ll
  llvm/test/CodeGen/VE/store-align8.ll
  llvm/test/CodeGen/VE/store.ll
  llvm/test/CodeGen/VE/store_gv.ll
  llvm/test/CodeGen/VE/subtraction.ll
  llvm/test/CodeGen/VE/tls.ll
  llvm/test/CodeGen/VE/truncstore.ll
  llvm/test/CodeGen/VE/va_arg.ll
  llvm/test/CodeGen/VE/va_callee.ll
  llvm/test/CodeGen/VE/va_caller.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76822.254748.patch
Type: text/x-patch
Size: 162413 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200403/f0f5f4fe/attachment-0001.bin>


More information about the llvm-commits mailing list