[PATCH] D57320: [RISCV] Allow parsing immediates that use tilde

James Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 28 04:49:05 PST 2019


jrtc27 requested changes to this revision.
jrtc27 added a comment.
This revision now requires changes to proceed.

There's also `AsmToken::Exclaim` for logical not that we could allow (although that's not one I've ever seen in real-world assembly). Please add tests for the CSR change?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D57320





More information about the llvm-commits mailing list