Files
clang-p2996/llvm/lib/Target/RISCV/AsmParser
Craig Topper d558a70abf [RISCV] Use custom operand parsing for FenceArg.
Rather than parsing a symbol and checking its name, look for an
identifier during parsing.

I've also handled the 0 immediate during parsing, though we could
let that go through the normal immediate parsing if we need to support
expressions that evaluate to 0. We don't have tests for that currently.

Reviewed By: asb, frasercrmck

Differential Revision: https://reviews.llvm.org/D142865
2023-01-30 12:31:00 -08:00
..