[llvm] [AArch64][TTI] Improve `LegalVF` when computing gather-loads cost (PR #69617)

David Green via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 19 12:43:54 PDT 2023


================
@@ -0,0 +1,37 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt -S -passes=slp-vectorizer -mtriple=aarch64-unknown-linux-gnu -mcpu=neoverse-512tvb -pass-remarks-output=%t.yaml < %s | FileCheck %s
+; RUN: cat %t.yaml | FileCheck -check-prefix=REMARK %s
----------------
davemgreen wrote:

Is testing the remarks necessary, along with the output?

https://github.com/llvm/llvm-project/pull/69617


More information about the llvm-commits mailing list