Files
clang-p2996/llvm/lib/Target/ARM/AsmParser
Oliver Stannard 7c52360118 [ARM] Error on invalid tokens in barrier insts (#118849)
These operand parser functions for barrier instructions were returning
ParseStatus::Failure for unexpected token kinds, but not outputting an
error message, so these instructions with invalid operands were being
rejected without an error being printed.

Fixes #67949
2024-12-06 13:05:37 +00:00
..