summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopUnswitch
diff options
context:
space:
mode:
authorWei Mi <wmi@google.com>2017-07-26 01:34:46 +0000
committerWei Mi <wmi@google.com>2017-07-26 01:34:46 +0000
commitc54b6c881b82faed035c75d9d339a3c2d42d7eba (patch)
tree67a509d52084b65b67d13eb0553c3393686c311a /llvm/test/Transforms/LoopUnswitch
parent469e740f2b7cc3254b6187f637a4411acc325f12 (diff)
downloadbcm5719-llvm-c54b6c881b82faed035c75d9d339a3c2d42d7eba.tar.gz
bcm5719-llvm-c54b6c881b82faed035c75d9d339a3c2d42d7eba.zip
Add "REQUIRES: asserts" for test unswitch-equality-undef.ll.
llvm-svn: 309073
Diffstat (limited to 'llvm/test/Transforms/LoopUnswitch')
-rw-r--r--llvm/test/Transforms/LoopUnswitch/unswitch-equality-undef.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/LoopUnswitch/unswitch-equality-undef.ll b/llvm/test/Transforms/LoopUnswitch/unswitch-equality-undef.ll
index d77de7bd571..de0ca182dd8 100644
--- a/llvm/test/Transforms/LoopUnswitch/unswitch-equality-undef.ll
+++ b/llvm/test/Transforms/LoopUnswitch/unswitch-equality-undef.ll
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
; RUN: opt < %s -instcombine -licm -loop-unswitch -loop-unswitch-threshold=1000 -disable-output -stats 2>&1| FileCheck %s
; Check no loop unswitch is done because unswitching of equality expr with
; undef is unsafe before the freeze patch is committed.
OpenPOWER on IntegriCloud