OSDN Git Service

[LegalizeDAG] Use MachinePointerInfo::getUnknownStack in place of MachinePointerInfo...
authorCraig Topper <craig.topper@gmail.com>
Sat, 16 May 2020 22:48:08 +0000 (15:48 -0700)
committerCraig Topper <craig.topper@gmail.com>
Sat, 16 May 2020 22:48:16 +0000 (15:48 -0700)
commit796ae8cf8208302a5d3be6c9c5a187a5583e1af0
tree06b7f329626b61355fd6cc941864f40e4ef32fe4
parent4f04db4b5439f390c48408f9b94875810e88ffc6
[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
llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp