[PATCH] D95789: [SpeculateAroundPHIs] Avoid speculation on loop back edges

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 19 10:30:28 PST 2021


Meinersbur added a comment.

Some passes passes might not handle critical edges, in addition to SpeculateAroundPHIs . Wouldn't it be easier to fix `llvm::SplitCriticalEdge` to make it put the loop metadata to the correct branch?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95789



More information about the llvm-commits mailing list