[all-commits] [llvm/llvm-project] 9c0ef0: [SVE] Fix warnings in SelectInst::areInvalidOperands

david-arm via All-commits all-commits at lists.llvm.org
Thu May 28 23:59:03 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9c0ef044beb4850ad9626cb81a1ede4f3bbda4a7
      https://github.com/llvm/llvm-project/commit/9c0ef044beb4850ad9626cb81a1ede4f3bbda4a7
  Author: David Sherwood <david.sherwood at arm.com>
  Date:   2020-05-29 (Fri, 29 May 2020)

  Changed paths:
    M llvm/lib/IR/Instructions.cpp
    A llvm/test/CodeGen/AArch64/sve-bad-select.ll

  Log Message:
  -----------
  [SVE] Fix warnings in SelectInst::areInvalidOperands

We should be comparing the element counts rather than the
numbers of elements.

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




More information about the All-commits mailing list