[PATCH] D125999: [Metadata] Use push_back() to append operands of MDTuples to other MDTuples
Wolfgang Pieb via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 19 11:47:04 PDT 2022
wolfgangp added a reviewer: dexonsmith.
wolfgangp added a comment.
This patch depends on D125998 <https://reviews.llvm.org/D125998>. When appending module flags to the module flags of another module (probably during module linking) we want to append the operands to the destination module's MDTuple instead of creating new ones. This should fix issue 51893 <https://github.com/llvm/llvm-project/issues/51893>.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125999/new/
https://reviews.llvm.org/D125999
More information about the llvm-commits
mailing list