[PATCH] D125994: [NFC] Define move and copy constructors and copy assignment operators for MDOperand.
Duncan P. N. Exon Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat May 21 14:05:59 PDT 2022
dexonsmith added a comment.
In D125994#3526014 <https://reviews.llvm.org/D125994#3526014>, @dexonsmith wrote:
> Can you add a unit test for this? Ideally something that could expose errors if the tracking logic isn’t right, so probably a TempMDTuple or something assigned/moved between operands.
(Not sure if you were posting for review yet, but I took a look and noticed this comment hadn’t been addressed yet.)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125994/new/
https://reviews.llvm.org/D125994
More information about the llvm-commits
mailing list