diff options
author | Sam Kolton <Sam.Kolton@amd.com> | 2016-09-19 10:20:55 +0000 |
---|---|---|
committer | Sam Kolton <Sam.Kolton@amd.com> | 2016-09-19 10:20:55 +0000 |
commit | be7ffb90bf09ae293eacfdbf15ad946f9ab12ecb (patch) | |
tree | f8a388e7c22f197407783f9813831edd98f30312 /lldb/source/Commands/CommandObjectThread.cpp | |
parent | c941252374b901333cb6e9c3fa0345890137e46e (diff) | |
download | llvm-be7ffb90bf09ae293eacfdbf15ad946f9ab12ecb.zip llvm-be7ffb90bf09ae293eacfdbf15ad946f9ab12ecb.tar.gz llvm-be7ffb90bf09ae293eacfdbf15ad946f9ab12ecb.tar.bz2 |
[AMDGPU] Fix s_branch with -1 offset
Summary:
In case s_branch instruction target is itself backend should emit offset -1 but instead it emit 0.
'''
label:
s_branch label // should emit [0xff,0xff,0x82,0xbf]
'''
Tom, Matt: why are we adjusting fixup values in applyFixup() method instead of processFixup()? processFixup() is calling adjustFixupValue() but does nothing with its result.
Reviewers: vpykhtin, artem.tamazov, tstellarAMD
Subscribers: arsenm, kzhuravl, wdng, nhaehnle, yaxunl
Differential Revision: https://reviews.llvm.org/D24671
llvm-svn: 281896
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.cpp')
0 files changed, 0 insertions, 0 deletions