[PATCH] D83094: Analysis: Add a GenericCycleInfo analysis

Sameer Sahasrabuddhe via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 28 06:06:00 PDT 2021


sameerds closed this revision.
sameerds added a comment.

Moved to: https://reviews.llvm.org/D112696

Restarted this discussion with a refactored implementation that uses static polymorphism. The result is an analysis implemented as a class template instantiated separately for LLVM IR and Machine IR.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83094



More information about the llvm-commits mailing list