[PATCH] D146136: [llvm][CycleInfo] Quick look-up for block in cycle.

Sameer Sahasrabuddhe via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 17 00:55:46 PDT 2023


sameerds updated this revision to Diff 505996.
sameerds marked an inline comment as done.
sameerds added a comment.

- Added test for SetVector
- Replaced std::vector in CycleInfo with SmallVector to match SmallPtrSet


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146136

Files:
  llvm/include/llvm/ADT/GenericCycleImpl.h
  llvm/include/llvm/ADT/GenericCycleInfo.h
  llvm/include/llvm/ADT/SetVector.h
  llvm/include/llvm/ADT/SmallSet.h
  llvm/unittests/ADT/SetVectorTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146136.505996.patch
Type: text/x-patch
Size: 7265 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230317/1f59e187/attachment.bin>


More information about the llvm-commits mailing list