blockfreq: Temporarily turn on -debug-only=block-freq
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sat, 19 Apr 2014 22:40:56 +0000 (22:40 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sat, 19 Apr 2014 22:40:56 +0000 (22:40 +0000)
These tests fail after my BlockFrequencyInfo rewrite on two buildbots
[1][2].  I can't reproduce it locally, so I'm temporarily turning on
-debug-only=block-freq so I can find the problem.

[1]: http://bb.pgr.jp/builders/ninja-x64-msvc-RA-centos6/builds/1860
[2]: http://llvm-amd64.freebsd.your.org/b/builders/clang-i386-freebsd/builds/18477

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206705 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/SPARC/2011-01-19-DelaySlot.ll
test/CodeGen/X86/atom-bypass-slow-division-64.ll

index 308980d1ccba7878d79a0840d1eabe8acef465a7..680f05b834078d716f26b040a837d71d923ffb56 100644 (file)
@@ -1,5 +1,6 @@
-;RUN: llc -march=sparc < %s -verify-machineinstrs | FileCheck %s
-;RUN: llc -march=sparc -O0 < %s -verify-machineinstrs | FileCheck %s -check-prefix=UNOPT
+;RUN: llc -debug-only=block-freq -march=sparc < %s -verify-machineinstrs | FileCheck %s
+;RUN: llc -debug-only=block-freq -march=sparc -O0 < %s -verify-machineinstrs | FileCheck %s -check-prefix=UNOPT
+;REQUIRES: asserts
 
 target triple = "sparc-unknown-linux-gnu"
 
index 5980b7907c9fff3ae73dba399b9c929d53616dc1..55cd92dfa698cf34f1decf090e0c66a9487402ce 100644 (file)
@@ -1,4 +1,5 @@
-; RUN: llc < %s -mcpu=atom -march=x86-64 | FileCheck %s
+; RUN: llc -debug-only=block-freq < %s -mcpu=atom -march=x86-64 | FileCheck %s
+; REQUIRES: asserts
 
 target triple = "x86_64-unknown-linux-gnu"