summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/SystemZ/isel-debug.ll
Commit message (Collapse)AuthorAgeFilesLines
* [SystemZ] Pass the DAG pointer from SystemZAddressingMode::dump().Jonas Paulsson2018-10-261-1/+1
| | | | | | | | | | | | | In order to print the IR slot number for the memory operand, the DAG pointer must be passed to SDNode::dump(). The isel-debug.ll test updated to also check for the IR Value reference being printed correctly. Review: Ulrich Weigand https://reviews.llvm.org/D53333 llvm-svn: 345347
* Fix in MachineOperand::printIRValueReference().Jonas Paulsson2018-10-251-0/+19
Handle the case where getCurrentFunction() returns nullptr by passing -1 to printIRSlotNumber(). This will result in <badref> being printed instead of an assertion failure. Review: Francis Visoiu Mistrih https://reviews.llvm.org/D53333 llvm-svn: 345342
OpenPOWER on IntegriCloud