[PATCH] D89739: [LCSSA] Doc for special treatment of PHIs

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 29 12:51:59 PDT 2020


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

LGTM



================
Comment at: llvm/docs/LoopTerminology.rst:461
+  property of SSA. It is also just an overapproximation of the actual
+  number of uses; the incombing block could branch to another block in which
+  case the value is not actually used but there are no side-effects (it might
----------------
[typo]  incom**b**ing 


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

https://reviews.llvm.org/D89739



More information about the llvm-commits mailing list