[llvm] [AMDGPU] Move InferAddressSpacesPass to middle end optimization pipeline (PR #138604)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue May 27 07:57:54 PDT 2025
================
@@ -0,0 +1,23 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt -S -mtriple=amdgcn-amd-amdhsa -mcpu=gfx942 -passes=infer-address-spaces < %s | FileCheck %s
----------------
arsenm wrote:
Not sure what the shows but belongs in test/Transforms/InferAddressSpaces?
https://github.com/llvm/llvm-project/pull/138604
More information about the llvm-commits
mailing list