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

Kazushi Marukawa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 25 21:39:24 PDT 2020


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

Modify lea/load/store instructions to accept `disp(index, base)`
style addressing mode (called ASX format).  Also, uniform the
number of DAG nodes to have 3 operands for this ASX format
instructions, and update selectADDR functions to lower
appropriate MI.


Repository:
  rG LLVM Github Monorepo

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.252740.patch
Type: text/x-patch
Size: 159920 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200326/ac49f73b/attachment-0001.bin>


More information about the llvm-commits mailing list