diff options
author | James Molloy <james.molloy@arm.com> | 2016-10-05 14:52:13 +0000 |
---|---|---|
committer | James Molloy <james.molloy@arm.com> | 2016-10-05 14:52:13 +0000 |
commit | b7de497cb9f0cc92a6936800a656b339cea7eedb (patch) | |
tree | 9b4887007e260863c830346b63486ce5a4a69326 /lldb/packages/Python/lldbsuite/test/lang/cpp/breakpoint-commands/TestCPPBreakpointCommands.py | |
parent | 8449b238eab2428663507b51e4d9d9fcf5017783 (diff) | |
download | bcm5719-llvm-b7de497cb9f0cc92a6936800a656b339cea7eedb.tar.gz bcm5719-llvm-b7de497cb9f0cc92a6936800a656b339cea7eedb.zip |
[Thumb] Don't try and emit LDRH/LDRB from the constant pool
This is not a valid encoding - these instructions cannot do PC-relative addressing.
The underlying problem here is of whitelist in ARMISelDAGToDAG that unwraps ARMISD::Wrappers during addressing-mode selection. This didn't realise TargetConstantPool was actually possible, so didn't handle it.
llvm-svn: 283323
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/breakpoint-commands/TestCPPBreakpointCommands.py')
0 files changed, 0 insertions, 0 deletions