summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/symbol-context/TestSymbolContext.py
diff options
context:
space:
mode:
authorPaul Robinson <paul_robinson@playstation.sony.com>2015-12-14 18:33:18 +0000
committerPaul Robinson <paul_robinson@playstation.sony.com>2015-12-14 18:33:18 +0000
commitaccc3e03765fc3d623af6198458936f8c9029036 (patch)
treed504932e5cfdbc8f635d7991e11c99fb2ef6c6fb /lldb/packages/Python/lldbsuite/test/python_api/symbol-context/TestSymbolContext.py
parent6e07ccdfe1f7cd200f922e1e6b41b3302f6180c8 (diff)
downloadbcm5719-llvm-accc3e03765fc3d623af6198458936f8c9029036.tar.gz
bcm5719-llvm-accc3e03765fc3d623af6198458936f8c9029036.zip
FastISel needs to remove dead code when it bails out.
When FastISel fails to translate an instruction it hands off code generation to SelectionDAG. Before it does so, it may have generated local value instructions to feed phi nodes in successor blocks. These instructions will then be generated again by SelectionDAG, causing duplication and less efficient code, including extra spill instructions. Patch by Wolfgang Pieb! Differential Revision: http://reviews.llvm.org/D11768 llvm-svn: 255520
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/symbol-context/TestSymbolContext.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud