[PATCH] D58400: [AMDGPU] Implement AMDGPUMCInstrAnalysis
Scott Linder via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 27 14:12:07 PST 2019
scott.linder added a comment.
In D58400#1412667 <https://reviews.llvm.org/D58400#1412667>, @arsenm wrote:
> I'm not sure how the question is whether signed integers are supported. The instruction does treat the offset as signed
I mean during parsing/printing. We don't support parsing `s_branch -1`, nor we don't support printing it.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58400/new/
https://reviews.llvm.org/D58400
More information about the llvm-commits
mailing list