[PATCH] D67349: [Inliner][NFC] Make test less brittle.

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 9 06:07:59 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL371397: [Inliner][NFC] Make test less brittle. (authored by courbet, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D67349?vs=219326&id=219336#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D67349

Files:
  llvm/trunk/test/Transforms/Inline/inline_minisize.ll


Index: llvm/trunk/test/Transforms/Inline/inline_minisize.ll
===================================================================
--- llvm/trunk/test/Transforms/Inline/inline_minisize.ll
+++ llvm/trunk/test/Transforms/Inline/inline_minisize.ll
@@ -1,4 +1,4 @@
-; RUN: opt -O2 -S < %s | FileCheck %s
+; RUN: opt -inline -inline-threshold=225 -inlinehint-threshold=360 -S < %s | FileCheck %s
 
 @data = common global i32* null, align 8
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67349.219336.patch
Type: text/x-patch
Size: 434 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190909/68a7de95/attachment.bin>


More information about the llvm-commits mailing list