Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [SystemZ] Pass the DAG pointer from SystemZAddressingMode::dump(). | Jonas Paulsson | 2018-10-26 | 1 | -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 Paulsson | 2018-10-25 | 1 | -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 |