[all-commits] [llvm/llvm-project] e981a4: [VE] Update lea/load/store instructions

Kazushi Marukawa via All-commits all-commits at lists.llvm.org
Mon Apr 6 02:50:34 PDT 2020


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

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

  Log Message:
  -----------
  [VE] Update lea/load/store instructions

Summary:
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.

Reviewers: arsenm, simoll, k-ishizaka

Reviewed By: simoll

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




More information about the All-commits mailing list