[llvm] [InferAddressSpaces] Handle llvm.lifetime (PR #141045)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu May 22 05:02:34 PDT 2025


================
@@ -0,0 +1,24 @@
+; RUN: opt -S -passes=infer-address-spaces %s | FileCheck %s
+
----------------
arsenm wrote:

This PTX test isn't adding much, particularly considering PTX uses 0 as the alloca address space 

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


More information about the llvm-commits mailing list