[llvm] Swap UnrollAndJam Pass to before the SLP Vectorizer Pass (PR #97029)
Yashwant Singh via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 28 23:39:03 PDT 2024
================
@@ -0,0 +1,174 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt -passes='default<O3>' -enable-unroll-and-jam -allow-unroll-and-jam -S < %s | FileCheck %s
+
+target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128-Fn32"
+target triple = "aarch64-unknown-linux-gnu"
----------------
yashssh wrote:
Remove triple
https://github.com/llvm/llvm-project/pull/97029
More information about the llvm-commits
mailing list