[all-commits] [llvm/llvm-project] 00f592: [SVE] Add warnings checks in four more LLVM SVE tests

david-arm via All-commits all-commits at lists.llvm.org
Thu Jul 2 02:43:48 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 00f5921609a5eabcac2ca1300243291fbdd7721d
      https://github.com/llvm/llvm-project/commit/00f5921609a5eabcac2ca1300243291fbdd7721d
  Author: David Sherwood <david.sherwood at arm.com>
  Date:   2020-07-02 (Thu, 02 Jul 2020)

  Changed paths:
    M llvm/test/CodeGen/AArch64/sve-breakdown-scalable-vectortype.ll
    M llvm/test/CodeGen/AArch64/sve-calling-convention-tuple-types.ll
    M llvm/test/CodeGen/AArch64/sve-intrinsics-create-tuple.ll
    M llvm/test/CodeGen/AArch64/sve-intrinsics-loads.ll

  Log Message:
  -----------
  [SVE] Add warnings checks in four more LLVM SVE tests

I have added CHECK lines to the following tests:

  llvm/test/CodeGen/AArch64/sve-breakdown-scalable-vectortype.ll
  llvm/test/CodeGen/AArch64/sve-calling-convention-tuple-types.ll
  llvm/test/CodeGen/AArch64/sve-intrinsics-create-tuple.ll
  llvm/test/CodeGen/AArch64/sve-intrinsics-loads.ll

since they are now free of warnings related to invalid use of
EVT::getVectorNumElements() and VectorType::getNumElements().

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




More information about the All-commits mailing list