[PATCH] D89911: [PartialInliner]: Handle code regions in a switch stmt cases

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 22 08:12:05 PDT 2020


fhahn added inline comments.


================
Comment at: llvm/test/Transforms/PartialInlining/switch_stmt.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt -passes="partial-inliner" -skip-partial-inlining-cost-analysis -S < %s | FileCheck %s
+
----------------
run line for old PM, as it is still the default?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89911



More information about the llvm-commits mailing list