summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/HotColdSplit/unwind.ll
diff options
context:
space:
mode:
authorVedant Kumar <vsk@apple.com>2019-01-17 21:29:34 +0000
committerVedant Kumar <vsk@apple.com>2019-01-17 21:29:34 +0000
commit32a014d0483e821566e42d68e270f53456b9b1df (patch)
treeb923389c990d518db8d48cab7a4f25ca84b93377 /llvm/test/Transforms/HotColdSplit/unwind.ll
parent48807d0d35638911e9dc65ae793234f2f3f582cb (diff)
downloadbcm5719-llvm-32a014d0483e821566e42d68e270f53456b9b1df.tar.gz
bcm5719-llvm-32a014d0483e821566e42d68e270f53456b9b1df.zip
[HotColdSplit] Simplify tests by lowering their splitting thresholds
This gets rid of the brittle/mysterious calls to @sink()/@sideeffect() peppered throughout the test cases. They are no longer needed to force splitting to occur. llvm-svn: 351480
Diffstat (limited to 'llvm/test/Transforms/HotColdSplit/unwind.ll')
-rw-r--r--llvm/test/Transforms/HotColdSplit/unwind.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/Transforms/HotColdSplit/unwind.ll b/llvm/test/Transforms/HotColdSplit/unwind.ll
index 4715ef2ab86..adcae98d9bb 100644
--- a/llvm/test/Transforms/HotColdSplit/unwind.ll
+++ b/llvm/test/Transforms/HotColdSplit/unwind.ll
@@ -1,4 +1,4 @@
-; RUN: opt -hotcoldsplit -S < %s | FileCheck %s
+; RUN: opt -hotcoldsplit -hotcoldsplit-threshold=0 -S < %s | FileCheck %s
target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-apple-macosx10.14.0"
@@ -18,7 +18,6 @@ exception:
continue_exception:
call void @sideeffect(i32 0)
- call void @sideeffect(i32 1)
call void @sink()
resume i32 undef
OpenPOWER on IntegriCloud