[llvm] r344919 - [test] Relax test/Other/opt-hot-cold-split.ll
Vedant Kumar via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 22 09:50:25 PDT 2018
Author: vedantk
Date: Mon Oct 22 09:50:24 2018
New Revision: 344919
URL: http://llvm.org/viewvc/llvm-project?rev=344919&view=rev
Log:
[test] Relax test/Other/opt-hot-cold-split.ll
On some ARM bots, 'Target Pass Configuration' does not run after 'Target
Transform Info'. Relax this pipeline test to allow that.
This is the same fix as in r328167.
Bot URL: http://lab.llvm.org:8011/builders/clang-cmake-armv7-quick/builds/4611
Modified:
llvm/trunk/test/Other/opt-hot-cold-split.ll
Modified: llvm/trunk/test/Other/opt-hot-cold-split.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Other/opt-hot-cold-split.ll?rev=344919&r1=344918&r2=344919&view=diff
==============================================================================
--- llvm/trunk/test/Other/opt-hot-cold-split.ll (original)
+++ llvm/trunk/test/Other/opt-hot-cold-split.ll Mon Oct 22 09:50:24 2018
@@ -18,8 +18,8 @@
; CHECK-NEXT: Pass Arguments:
; CHECK-NEXT: Target Library Information
; CHECK-NEXT: Target Transform Information
-; CHECK-NEXT: Target Pass Configuration
-; CHECK-NEXT: Type-Based Alias Analysis
+; Target Pass Configuration
+; CHECK: Type-Based Alias Analysis
; CHECK-NEXT: Scoped NoAlias Alias Analysis
; CHECK-NEXT: Assumption Cache Tracker
; CHECK-NEXT: Profile summary info
More information about the llvm-commits
mailing list