File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
llvm/test/Transforms/Inline Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 4
2
- ; RUN: opt %s -S -passes=inline -inline-threshold=21 | FileCheck %s
2
+ ; RUN: opt %s -S -passes=inline -inline-threshold=11 | FileCheck %s
3
3
4
4
; Check for scenarios without TTI.
5
5
Original file line number Diff line number Diff line change 1
1
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 4
2
- ; RUN: opt %s -S -passes=inline -inline-threshold=26 -min-jump-table-entries=4 | FileCheck %s -check-prefix=LOOKUPTABLE
3
- ; RUN: opt %s -S -passes=inline -inline-threshold=21 -min-jump-table-entries=5 | FileCheck %s -check-prefix=SWITCH
2
+ ; RUN: opt %s -S -passes=inline -inline-threshold=16 -min-jump-table-entries=4 | FileCheck %s -check-prefix=LOOKUPTABLE
3
+ ; RUN: opt %s -S -passes=inline -inline-threshold=11 -min-jump-table-entries=5 | FileCheck %s -check-prefix=SWITCH
4
4
5
5
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128"
6
6
target triple = "x86_64-unknown-linux-gnu"
You can’t perform that action at this time.
0 commit comments