[all-commits] [llvm/llvm-project] 7c5236: [ARM] Error on invalid tokens in barrier insts (#1...

Oliver Stannard via All-commits all-commits at lists.llvm.org
Fri Dec 6 05:05:59 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7c523601188922964964f3b763f908ba035b1038
      https://github.com/llvm/llvm-project/commit/7c523601188922964964f3b763f908ba035b1038
  Author: Oliver Stannard <oliver.stannard at arm.com>
  Date:   2024-12-06 (Fri, 06 Dec 2024)

  Changed paths:
    M llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
    M llvm/test/MC/ARM/invalid-barrier.s

  Log Message:
  -----------
  [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



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list