[llvm] [AMDGPU] Enable more consecutive load folding during aggressive-instcombine (PR #158036)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 11 07:45:00 PDT 2025


================
@@ -0,0 +1,457 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt -mtriple=amdgcn-amd-amdhsa -mcpu=gfx942 -passes=sroa,instcombine,aggressive-instcombine %s -S -o - | FileCheck %s
----------------
arsenm wrote:

Belongs in test/Transforms/AggressiveInstCombine/  

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


More information about the llvm-commits mailing list