[all-commits] [llvm/llvm-project] 421020: [AArch64] Refactor checks in sign-return-address.l...

Anatoly Trosinenko via All-commits all-commits at lists.llvm.org
Sat Jul 29 03:14:56 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4210204f521be3caa0e60bd596af3444cbd44d04
      https://github.com/llvm/llvm-project/commit/4210204f521be3caa0e60bd596af3444cbd44d04
  Author: Anatoly Trosinenko <atrosinenko at accesssoftek.com>
  Date:   2023-07-29 (Sat, 29 Jul 2023)

  Changed paths:
    M llvm/test/CodeGen/AArch64/sign-return-address.ll

  Log Message:
  -----------
  [AArch64] Refactor checks in sign-return-address.ll test

Using implicit CHECK prefix in one FileCheck invocation and explicit
CHECK-V83A in the other one seems to misguide to use CHECK: lines as
a common matching prefix at various places. Also note that

; CHECK, CHECK-V83A: ...

line only matches the "CHECK-V83A" prefix.

This commit explicitly splits the checks into common ones (CHECK) and
invocation-specific ones (COMPAT and V83A) and updates the assertions
with the update_llc_test_checks.py script.

Reviewed By: efriedma, MaskRay

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




More information about the All-commits mailing list