[all-commits] [llvm/llvm-project] 0fca35: [VE] global variable isel patterns

Kazushi Marukawa via All-commits all-commits at lists.llvm.org
Fri Jan 24 08:36:11 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0fca35c652ff1eeaf77b782de52863f915d953a4
      https://github.com/llvm/llvm-project/commit/0fca35c652ff1eeaf77b782de52863f915d953a4
  Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
  Date:   2020-01-24 (Fri, 24 Jan 2020)

  Changed paths:
    M llvm/lib/Target/VE/MCTargetDesc/CMakeLists.txt
    A llvm/lib/Target/VE/MCTargetDesc/VEFixupKinds.h
    A llvm/lib/Target/VE/MCTargetDesc/VEMCExpr.cpp
    A llvm/lib/Target/VE/MCTargetDesc/VEMCExpr.h
    M llvm/lib/Target/VE/VEISelLowering.cpp
    M llvm/lib/Target/VE/VEISelLowering.h
    M llvm/lib/Target/VE/VEInstrInfo.td
    M llvm/lib/Target/VE/VEMCInstLower.cpp
    M llvm/test/CodeGen/VE/load.ll
    A llvm/test/CodeGen/VE/load_gv.ll
    A llvm/test/CodeGen/VE/store_gv.ll

  Log Message:
  -----------
  [VE] global variable isel patterns

Summary: Asm expr fixups, isel patterns and tests for global variables addresses.

Reviewed By: arsenm

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




More information about the All-commits mailing list