[llvm] [AggressiveInstCombine] Implement store merge optimization (PR #147540)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 18 10:50:15 PDT 2025
================
@@ -0,0 +1,790 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt -S -passes=aggressive-instcombine -mtriple=x86_64-unknown-linux-gnu < %s | FileCheck %s
+
+target triple = "x86_64-unknown-linux-gnu"
----------------
dtcxzyw wrote:
```suggestion
```
https://github.com/llvm/llvm-project/pull/147540
More information about the llvm-commits
mailing list