Files
clang-p2996/llvm/lib/IR/Metadata.cpp
Zain Jaffal c45695ef46 [Metadata] Fix addAnnotationMetadata when appending a string tuple to an existing MDTuple.
Currently if the MD_Annotation node containd a string node when we add a
string tuple node the string will not be preserved. This change fixes
that issue.

Reviewed By: fhahn

Differential Revision: https://reviews.llvm.org/D152448
2023-06-09 14:21:17 +01:00

55 KiB