[PATCH] D57332: [RISCV] Allow parsing of bare symbols with offsets
Lewis Revill via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 28 08:21:16 PST 2019
lewis-revill added a comment.
Should this only support constant offsets to a symbol? It seems sensible to only support offsets to the symbol, IE add/sub rather than more complex expressions, but the RHS could be any expression at the moment.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57332/new/
https://reviews.llvm.org/D57332
More information about the llvm-commits
mailing list