[PATCH] D72441: [CodeGen] Store LiveRegs in SetVector

Juergen Ributzka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 15 07:57:33 PST 2020


ributzka added a comment.

SpareSet is deterministic given the same input order - similar to SetVector. Printing the result is not the common use case, so changing the print function to sort the output first might be more useful for testing purposes.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72441/new/

https://reviews.llvm.org/D72441





More information about the llvm-commits mailing list