[llvm] [Passes] Run LoopSimplify before SLP (PR #209332)

via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 6 06:32:47 PDT 2026


================
@@ -0,0 +1,223 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 6
+; RUN: opt -S -O3 < %s | FileCheck %s
+
+target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128-Fn32"
+target triple = "aarch64"
----------------
zhangweize9-cyber wrote:

Unless you need to reproduce the problem on the specific platform, it is not recommended to retain it in testing.

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


More information about the llvm-commits mailing list