[PATCH] D112516: [SCEV][NFC] Factor out common API for getting unique operands of a SCEV
Max Kazantsev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 29 21:57:26 PDT 2021
mkazantsev added a comment.
Well, uniqueness is to reduce overhead for the users. If that concerns you, I'll rewrite it into returning vector of unique elements in deterministic order.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112516/new/
https://reviews.llvm.org/D112516
More information about the llvm-commits
mailing list