[llvm] [LoadStoreVectorizer] Postprocess and merge equivalence classes (PR #114501)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 8 11:41:27 PST 2024


================
@@ -0,0 +1,63 @@
+; RUN: opt %s -mtriple=x86_64-unknown-linux-gnu -passes=load-store-vectorizer -mcpu=skx -S -o %t.out.ll
+; RUN: FileCheck -input-file=%t.out.ll %s
----------------
arsenm wrote:

Avoid the temporary file, nearly all tests should just pipe directly to FileCheck 

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


More information about the llvm-commits mailing list