[all-commits] [llvm/llvm-project] 796ae8: [LegalizeDAG] Use MachinePointerInfo::getUnknownSt...

topperc via All-commits all-commits at lists.llvm.org
Sat May 16 16:55:08 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 796ae8cf8208302a5d3be6c9c5a187a5583e1af0
      https://github.com/llvm/llvm-project/commit/796ae8cf8208302a5d3be6c9c5a187a5583e1af0
  Author: Craig Topper <craig.topper at gmail.com>
  Date:   2020-05-16 (Sat, 16 May 2020)

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

  Log Message:
  -----------
  [LegalizeDAG] Use MachinePointerInfo::getUnknownStack in place of MachinePointerInfo() in a couple places. NFC

We know the pointer somewhere on the stack, we just don't know
exactly where since the index may be variable.

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




More information about the All-commits mailing list