[PATCH] D156318: Local: fix debug output of replaceDominatedUsesWith()

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 27 05:13:54 PDT 2023


nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.

LG



================
Comment at: llvm/lib/Transforms/Utils/Local.cpp:2901
+               From->printAsOperand(dbgs());
+               dbgs() << "' as " << *To << " in " << *U.getUser() << "\n");
     U.set(To);
----------------
as -> with?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156318



More information about the llvm-commits mailing list