[llvm] [AMDGPU] Fold image load/store with known-zero slice index to non-arrayed form (PR #214744)
Shilei Tian via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 7 08:00:27 PDT 2026
================
@@ -0,0 +1,181 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 6
+; RUN: opt -mcpu=gfx1201 -S -passes=instcombine -mtriple=amdgcn-amd-amdhsa %s | FileCheck %s
----------------
shiltian wrote:
use the new triple
https://github.com/llvm/llvm-project/pull/214744
More information about the llvm-commits
mailing list