[PATCH] D151866: [LoopPeel] Reduce peel count for chains of invariant phis.

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 1 00:12:43 PDT 2023


nikic requested changes to this revision.
nikic added a comment.
This revision now requires changes to proceed.

This is not how phis work. The `%a` in `phi(1, %a)` refers to the previous loop iteration.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151866



More information about the llvm-commits mailing list