[llvm] [SLP] Fix incorrect operand order in interchangeable instruction. (PR #139225)
Alexey Bataev via llvm-commits
llvm-commits at lists.llvm.org
Fri May 9 05:20:29 PDT 2025
================
@@ -0,0 +1,113 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt -passes=slp-vectorizer -S %s | FileCheck %s
+
+target triple = "x86_64-unknown-linux-gnu"
----------------
alexey-bataev wrote:
Pass triple as an opt argument, that's a common rule for the tests
https://github.com/llvm/llvm-project/pull/139225
More information about the llvm-commits
mailing list