[llvm] AMDGPU: Report unaligned scratch access as fast if supported by tgt (PR #158036)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 12 05:24:45 PDT 2025
================
@@ -0,0 +1,238 @@
+; 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
+
----------------
macurtis-amd wrote:
Added lit.local.cfg
https://github.com/llvm/llvm-project/pull/158036
More information about the llvm-commits
mailing list