[PATCH] D104142: [IROutliner] Ensure instructions at end of candidate are excluded

Aditya Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 13 12:47:51 PDT 2021


hiraditya added inline comments.


================
Comment at: llvm/lib/Transforms/IPO/IROutliner.cpp:1583
       OS->splitCandidate();
+      if (OS->IgnoreRegion)
+        continue;
----------------
Do we need to split when the region is going to be ignored?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104142



More information about the llvm-commits mailing list