[all-commits] [llvm/llvm-project] c767cf: [SVE] Add support for lowering GEPs involving scal...

Eli Friedman via All-commits all-commits at lists.llvm.org
Thu Feb 20 13:46:04 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c767cf24e48d9f6c17179abf2e42497601c7165b
      https://github.com/llvm/llvm-project/commit/c767cf24e48d9f6c17179abf2e42497601c7165b
  Author: Eli Friedman <efriedma at quicinc.com>
  Date:   2020-02-20 (Thu, 20 Feb 2020)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
    A llvm/test/CodeGen/AArch64/sve-gep.ll

  Log Message:
  -----------
  [SVE] Add support for lowering GEPs involving scalable vectors.

This includes both GEPs where the indexed type is a scalable vector, and
GEPs where the result type is a scalable vector.

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




More information about the All-commits mailing list