[clang] [Clang] Fix invalid sret addrspacecast for placement new on HIP (PR #183639)
Matt Arsenault via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 3 01:16:14 PST 2026
================
@@ -0,0 +1,48 @@
+// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --functions "make_big|kernel" --version 5
+// RUN: %clang_cc1 -triple amdgcn-amd-amdhsa -fcuda-is-device -emit-llvm -x hip -std=c++17 %s -o - | FileCheck %s
----------------
arsenm wrote:
-disable-llvm-passes
https://github.com/llvm/llvm-project/pull/183639
More information about the cfe-commits
mailing list