[PATCH] D45116: Don't inline branch funnels

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 2 15:09:32 PDT 2018


vitalybuka marked an inline comment as done.
vitalybuka added inline comments.


================
Comment at: llvm/test/Transforms/WholeProgramDevirt/branch-funnel.ll:6
+
+; RUN: opt -wholeprogramdevirt -wholeprogramdevirt-summary-action=export -wholeprogramdevirt-read-summary=%S/Inputs/export.yaml -wholeprogramdevirt-write-summary=%t  -O3 -S -o - %s | FileCheck --check-prefixes=CHECK %s
+
----------------
pcc wrote:
> I would write this as a direct test of the inliner rather than the `-O3` pipeline.
I've added inliner test, but I'd keeps this one as well to make sure that other optimizations do not affect BFs


Repository:
  rL LLVM

https://reviews.llvm.org/D45116





More information about the llvm-commits mailing list