MachineMemOperand::print can dereference a NULL pointer if TII
is not passed from the printMemOperand. This does not happen while
dumping the DAG/MIR from llc but crashes the debugger if a dump()
method is called from gdb.
Details
Details
- Reviewers
arsenm foad - Commits
- rGef4b9c33f5dd: Fix crash while printing MMO target flags
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo