[llvm] UTC: support debug output from LDist (PR #93208)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 2 03:17:11 PDT 2024


================
@@ -120,7 +120,7 @@ namespace {
 /// Maintains the set of instructions of the loop for a partition before
 /// cloning.  After cloning, it hosts the new loop.
 class InstPartition {
-  using InstructionSet = SmallPtrSet<Instruction *, 8>;
+  using InstructionSet = SetVector<Instruction *>;
----------------
nikic wrote:

Does SmallSetVector make sense?

https://github.com/llvm/llvm-project/pull/93208


More information about the llvm-commits mailing list