[all-commits] [llvm/llvm-project] 08ebd8: [VE] aligned load/store isel patterns

Kazushi Marukawa via All-commits all-commits at lists.llvm.org
Fri Jan 24 06:17:28 PST 2020


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

  Changed paths:
    M llvm/lib/Target/VE/VEISelDAGToDAG.cpp
    M llvm/lib/Target/VE/VEInstrInfo.td
    A llvm/test/CodeGen/VE/load.ll
    A llvm/test/CodeGen/VE/store.ll

  Log Message:
  -----------
  [VE] aligned load/store isel patterns

Summary:
Aligned load/store isel patterns and tests for
i1/i8/16/32/64 (including extension and truncation) and fp32/64.

Reviewed By: arsenm

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




More information about the All-commits mailing list