[all-commits] [llvm/llvm-project] fa883e: [AArch64][NFC] Add MCInstrAnalysis unittests (#155...

Gergely Bálint via All-commits all-commits at lists.llvm.org
Thu Aug 28 05:32:53 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fa883e1d813ce5571b0d8b46778c4fbe34107ae1
      https://github.com/llvm/llvm-project/commit/fa883e1d813ce5571b0d8b46778c4fbe34107ae1
  Author: Gergely Bálint <gergely.balint at arm.com>
  Date:   2025-08-28 (Thu, 28 Aug 2025)

  Changed paths:
    M llvm/include/llvm/MC/MCInstrAnalysis.h
    M llvm/unittests/Target/AArch64/CMakeLists.txt
    A llvm/unittests/Target/AArch64/MCInstrAnalysisTest.cpp

  Log Message:
  -----------
  [AArch64][NFC] Add MCInstrAnalysis unittests (#155609)

Increasing the AArch64 backend testing with MCInstAnalysis test.

Also added the isBarrier() function in MCInstAnalysis: 
since [isBarrier exists in
MCInstDesc.h](https://github.com/llvm/llvm-project/blob/d94846a9adfd6c89699228f8538a832554c59df7/llvm/include/llvm/MC/MCInstrDesc.h#L291-L294),
it makes sense to be available in the MCInstAnalysis as well.



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