[PATCH] D62685: [RISCV] Add pseudo instruction for calls with explicit register

Lewis Revill via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 19 06:43:06 PDT 2019


lewis-revill added a comment.

Should the error change at all? We'll still get 'error: operand must be a bare symbol name' for `call foo, bar`. I guess this patch doesn't put us in a greate situation now that `parseCallSymbol` can return `NoMatch` even though //technically// we parsed a call symbol...


Repository:
  rL LLVM

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

https://reviews.llvm.org/D62685





More information about the llvm-commits mailing list