[llvm] [VPlan] Don't collect live-ins in collectUsersInExitBlocks. (NFC) (PR #123819)

David Sherwood via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 22 01:00:49 PST 2025


================
@@ -9077,11 +9081,6 @@ addUsersInExitBlocks(VPlan &Plan,
   // modeling the corresponding LCSSA phis.
   for (VPIRInstruction *ExitIRI : ExitUsersToFix) {
     for (const auto &[Idx, Op] : enumerate(ExitIRI->operands())) {
-      // Pass live-in values used by exit phis directly through to their users
-      // in the exit block.
----------------
david-arm wrote:

Can you hold off on this patch for a bit until I've tested the interaction with https://github.com/llvm/llvm-project/pull/120567 please? I'm worried this essentially means that there is no sensible way to get hold of the predecessor.

https://github.com/llvm/llvm-project/pull/123819


More information about the llvm-commits mailing list