[llvm] Redesign Straight-Line Strength Reduction (SLSR) (PR #162930)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 10 17:52:11 PDT 2025


================
@@ -0,0 +1,156 @@
+; RUN: opt < %s -passes=slsr -S | FileCheck %s
+
+target datalayout = "e-i64:64-v16:16-v32:32-n16:32:64"
----------------
arsenm wrote:

```suggestion
```

opt will find the right datalayout from the triple, drop all the new datalayout strings 

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


More information about the llvm-commits mailing list