[clang] [llvm] [NVPTX] Change the alloca address space in NVPTXLowerAlloca (PR #154814)
Alex MacLean via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 22 09:55:30 PDT 2025
================
@@ -216,24 +214,23 @@ define dso_local ptx_kernel void @escape_ptr_store(ptr nocapture noundef writeon
;
; PTX-LABEL: escape_ptr_store(
; PTX: {
-; PTX-NEXT: .local .align 4 .b8 __local_depot4[8];
+; PTX-NEXT: .local .align 8 .b8 __local_depot4[8];
----------------
AlexMaclean wrote:
Don't think this is right. The diff you're mentioning seems related to https://github.com/llvm/llvm-project/pull/153889.
https://github.com/llvm/llvm-project/pull/154814
More information about the cfe-commits
mailing list