Files
clang-p2996/llvm/lib/Target/DirectX/DXILWriter/DXILBitcodeWriter.cpp
Tim Besard 49b57df161 DXIL: Use correct type ID when writing ValueAsMetadata. (#94337)
When emitting references to functions as part of `ValueAsMetadata`,
we currently emit the incorrect (typed) pointer, resulting in
crashes during deserialization. Avoid this by correctly mapping the
type during serialization.
2024-09-11 14:38:56 +02:00

109 KiB