[PATCH] D50496: [RISCV] Implment pseudo instructions for load/store from a symbol address.

Lewis Revill via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 24 04:35:02 PST 2019


lewis-revill added a comment.

This patch doesnt interact well with instructions like `sw a3, CONST(a4)` introduced by D52298 <https://reviews.llvm.org/D52298>. Looks like `MatchOperandParserImpl` is happy to match the 'CONST' as a bare symbol for the pseudo before `parseImmediate` can be called. Perhaps one way to fix it is to have `parseBareSymbol` check for a trailing parenthesis?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D50496/new/

https://reviews.llvm.org/D50496





More information about the llvm-commits mailing list