[llvm] [SPIRV][SPIRVPrepareGlobals] Convert llvm.embedded.module from a 0-element array to a 1-element array (PR #166950)

Marcos Maronas via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 11 03:10:56 PST 2025


Juan Manuel Martinez =?utf-8?q?Caamaño?=,
Juan Manuel Martinez =?utf-8?q?Caamaño?Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/166950 at github.com>


https://github.com/maarquitos14 approved this pull request.

I don't see a problem with this. I think the problem with #149522 was that we were trying to make all 0-element array to a 1-element array, while here it's a specific array. I think this is safe. 

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


More information about the llvm-commits mailing list