[PATCH] D152448: [Metadata] Fix `addAnnotationMetadata` when appending a string tuple to an existing MDTuple.
Zain Jaffal via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 8 10:29:59 PDT 2023
zjaffal added a comment.
In D152448#4406179 <https://reviews.llvm.org/D152448#4406179>, @fhahn wrote:
> Is it possible to have a test for this?
At the moment we cannot add a test. Unless we create a dummy pass and call the function between the passes and verify if the metadata gets appended correctly
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152448/new/
https://reviews.llvm.org/D152448
More information about the llvm-commits
mailing list