diff options
author | Nemanja Ivanovic <nemanja.i.ibm@gmail.com> | 2020-06-07 22:16:35 -0500 |
---|---|---|
committer | Tom Stellard <tstellar@redhat.com> | 2020-06-23 14:46:06 -0700 |
commit | 1f3be0e9b7b476780e5226aa95488a4a0a262961 (patch) | |
tree | e630ec8eb0c5fbfa494f417f9531c081eb45ce90 /lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/ns.cpp | |
parent | f5bad9cac5d38abdc3d9cc1f44bb1ab8198cc1df (diff) | |
download | bcm5719-llvm-1f3be0e9b7b476780e5226aa95488a4a0a262961.tar.gz bcm5719-llvm-1f3be0e9b7b476780e5226aa95488a4a0a262961.zip |
[PowerPC] Do not assume operand of ADDI is an immediate
After pseudo-expansion, we may end up with ADDI (add immediate)
instructions where the operand is not an immediate but a relocation.
For such instructions, attempts to get the immediate result in
assertion failures for obvious reasons.
Fixes: https://bugs.llvm.org/show_bug.cgi?id=45432
(cherry picked from commit a56d057dfe3127c111c3470606c04e96d35b1fa3)
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/ns.cpp')
0 files changed, 0 insertions, 0 deletions