[PATCH] D125899: [ADT] Add copy constructor to IntervalMap
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 24 14:49:39 PDT 2022
dblaikie added a comment.
Looking at this further, if we were going to add a copy, it'd be good for it to be more efficient & probably suitable to have an efficient move operation too - but that's all a bit complicated/bigger project than I think we should dive into right now - so let's go with the D125611 <https://reviews.llvm.org/D125611> solution for now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125899/new/
https://reviews.llvm.org/D125899
More information about the llvm-commits
mailing list