[PATCH] D101142: [SimplifyCFG/JumpThreading] Transfer loop metadata to new latch.

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 23 00:19:25 PDT 2021


lebedev.ri added a reviewer: lebedev.ri.
lebedev.ri added a comment.

I'm not really in favor of using `LoopHeaders` for this.
It is not updated *anywhere*, which means that most of the time it's data is both stale and incomplete.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101142



More information about the llvm-commits mailing list