[PATCH] D73176: [ARM] Fix dropped dollar sign from symbols in branch targets
Lucas Prates via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 29 02:34:39 PST 2020
pratlucas updated this revision to Diff 241077.
pratlucas added a comment.
[ARM] Updating handling of $-prefixed operands for branch instructions
Updating handling of the dollar sign token to check for the Mnemonic being
evaluated in order to decide wether to try to parse it as a $-prefixed
symbol or to consider it the start of an immediate expression. The token
should be considered part of a symbol when handling branch instructions.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73176/new/
https://reviews.llvm.org/D73176
Files:
llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
llvm/test/MC/ARM/arm-branches.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73176.241077.patch
Type: text/x-patch
Size: 6020 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200129/123192b0/attachment.bin>
More information about the llvm-commits
mailing list