[PATCH] D77511: [RDA] Avoid full reprocessing of blocks in loops (NFCI)

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 6 10:18:43 PDT 2020


nikic updated this revision to Diff 255386.
nikic added a comment.

Reduce indentation with early continue. Make `NumInsts` the number of non-debug instructions (as `processDef` is skipped for debug instructions).


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

https://reviews.llvm.org/D77511

Files:
  include/llvm/CodeGen/ReachingDefAnalysis.h
  lib/CodeGen/ReachingDefAnalysis.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77511.255386.patch
Type: text/x-patch
Size: 3938 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200406/e74c26d1/attachment.bin>


More information about the llvm-commits mailing list