aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectThread.cpp
diff options
context:
space:
mode:
authorSam Kolton <Sam.Kolton@amd.com>2016-09-19 10:20:55 +0000
committerSam Kolton <Sam.Kolton@amd.com>2016-09-19 10:20:55 +0000
commitbe7ffb90bf09ae293eacfdbf15ad946f9ab12ecb (patch)
treef8a388e7c22f197407783f9813831edd98f30312 /lldb/source/Commands/CommandObjectThread.cpp
parentc941252374b901333cb6e9c3fa0345890137e46e (diff)
downloadllvm-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