[all-commits] [llvm/llvm-project] c57e41: [CodeGen][SVE] Replace deprecated calls in getCopy...

dancgr via All-commits all-commits at lists.llvm.org
Wed Jun 3 08:20:57 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c57e41c000c40e2efd441bc819b472feb49c94bf
      https://github.com/llvm/llvm-project/commit/c57e41c000c40e2efd441bc819b472feb49c94bf
  Author: Henry Kao <henry.kao at huawei.com>
  Date:   2020-06-03 (Wed, 03 Jun 2020)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp

  Log Message:
  -----------
  [CodeGen][SVE] Replace deprecated calls in getCopyFromPartsVector()

Summary: Replaced getVectorNumElements() with getVectorElementCount(). Added operator overloads for class ElementCount. Fixes warning in several AArch64 unit tests.

Reviewers: sdesmalen, kmclaughlin, dancgr, efriedma, each, andwar, rengolin

Reviewed By: efriedma

Subscribers: tschuett, kristof.beyls, hiraditya, rkruppe, psnobl, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list