[all-commits] [llvm/llvm-project] 305a0b: [SelectionDAG] Don't pass a scalable vector to Mac...

Craig Topper via All-commits all-commits at lists.llvm.org
Thu Mar 18 15:19:45 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 305a0bad1d5509d2f79123a73d06fff848b9bf88
      https://github.com/llvm/llvm-project/commit/305a0bad1d5509d2f79123a73d06fff848b9bf88
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2021-03-18 (Thu, 18 Mar 2021)

  Changed paths:
    M llvm/unittests/CodeGen/SelectionDAGAddressAnalysisTest.cpp

  Log Message:
  -----------
  [SelectionDAG] Don't pass a scalable vector to MachinePointerInfo::getWithOffset in a unit test.

Suppresses an implicit TypeSize to uint64_t conversion warning.

We might be able to just not offset it since we're writing to a
Fixed stack object, but I wasn't sure so I just did what
DAGTypeLegalizer::IncrementPointer does.

Reviewed By: sdesmalen

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




More information about the All-commits mailing list