[llvm] [SPIR-V] Simplify and fix sign-extension bug in convertCharsToWord (PR #207769)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 13 05:58:32 PDT 2026


nikic wrote:

memcpy'ing into a ulitte32_t seems pretty iffy to me. I think it would be best to just keep the old loop, maybe with the change to std::min loop bound instead of the condition inside the loop.

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


More information about the llvm-commits mailing list