[all-commits] [llvm/llvm-project] 57329c: [AArch64] Ignore instructions not supported by CPU...

sdesmalen-arm via All-commits all-commits at lists.llvm.org
Mon Jul 24 08:00:25 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 57329ca94630742ce3b0f6b239b263d757a9eb4a
      https://github.com/llvm/llvm-project/commit/57329ca94630742ce3b0f6b239b263d757a9eb4a
  Author: Sander de Smalen <sander.desmalen at arm.com>
  Date:   2023-07-24 (Mon, 24 Jul 2023)

  Changed paths:
    M llvm/unittests/Target/AArch64/AArch64SVESchedPseudoTest.cpp

  Log Message:
  -----------
  [AArch64] Ignore instructions not supported by CPU in AArch64SVESchedPseudoTest

When adding new Pseudos for instructions that are not supported
by the CPU for which the scheduler model is being tested, the test fails
if these pseudos are not covered by the regex's in the scheduling model.

Rather than failing, this test should check that the CPU supports the
original instruction modelled by the pseudo. If not, the pseudo is
not relevant to the scheduling model being tested.

Reviewed By: dmgreen

Differential Revision: https://reviews.llvm.org/D156094




More information about the All-commits mailing list