[clang] [llvm] AMDGPU: Move enqueued block handling into clang (PR #128519)
Joseph Huber via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 6 08:25:33 PST 2025
================
@@ -107,7 +107,7 @@ RawAddress CodeGenFunction::CreateTempAlloca(llvm::Type *Ty, CharUnits Align,
// be different from the type defined by the language. For example,
// in C++ the auto variables are in the default address space. Therefore
// cast alloca to the default address space when necessary.
- if (getASTAllocaAddressSpace() != LangAS::Default) {
+ if (false && getASTAllocaAddressSpace() != LangAS::Default) {
----------------
jhuber6 wrote:
Debugging I'm guessing?
https://github.com/llvm/llvm-project/pull/128519
More information about the cfe-commits
mailing list