[PATCH] D72832: [NFC][LoopUtils] Added regression test for getEstimatedTripCount.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 17 02:01:14 PST 2020


fhahn added a comment.

Could you describe why the changes to run the tests via the pass managers is required? Wouldn't it be sufficient to use initialize the required analysis for the function and use that with getLoopEstimatedTripCount?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72832





More information about the llvm-commits mailing list