[PATCH] D84886: Create LoopNestPass

Yuanfang Chen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Aug 2 22:45:36 PDT 2020


ychen added a comment.

I think this needs unit tests like LoopPassManagerTest.cpp (in that file or a similarly named file) to demonstrate the expected behavior: the expected usage comparing with LoopPass/LoopAnalysisPass, how the adaptor is used and the invalidation interaction within its pass manager and other pass managers.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84886



More information about the cfe-commits mailing list