KhronosGroup / SPIRV-LLVM-Translator

A tool and a library for bi-directional translation between SPIR-V and LLVM IR
Other
487 stars 218 forks source link

Don't call getName() on literal structs. #2499

Closed maarquitos14 closed 6 months ago

CLAassistant commented 7 months ago

CLA assistant check
All committers have signed the CLA.

asudarsa commented 7 months ago

Is it possible to add a LIT test to cover this change?

Thanks