[llvm-commits] [llvm] r162811 - in /llvm/trunk/test/Analysis/Profiling: load-branch-weights-ifs.ll load-branch-weights-loops.ll load-branch-weights-switches.ll

NAKAMURA Takumi geek4civic at gmail.com
Tue Aug 28 17:37:46 PDT 2012


Author: chapuni
Date: Tue Aug 28 19:37:46 2012
New Revision: 162811

URL: http://llvm.org/viewvc/llvm-project?rev=162811&view=rev
Log:
llvm/test/Analysis/Profiling: Mark 3 of them as REQUIRES: loadable_module.

FIXME: profile_rt.dll could be built on win32.

Modified:
    llvm/trunk/test/Analysis/Profiling/load-branch-weights-ifs.ll
    llvm/trunk/test/Analysis/Profiling/load-branch-weights-loops.ll
    llvm/trunk/test/Analysis/Profiling/load-branch-weights-switches.ll

Modified: llvm/trunk/test/Analysis/Profiling/load-branch-weights-ifs.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/Profiling/load-branch-weights-ifs.ll?rev=162811&r1=162810&r2=162811&view=diff
==============================================================================
--- llvm/trunk/test/Analysis/Profiling/load-branch-weights-ifs.ll (original)
+++ llvm/trunk/test/Analysis/Profiling/load-branch-weights-ifs.ll Tue Aug 28 19:37:46 2012
@@ -6,6 +6,9 @@
 ; RUN:     | FileCheck %s
 ; RUN: rm -f %t1.prof_data
 
+; FIXME: profile_rt.dll could be built on win32.
+; REQUIRES: loadable_module
+
 ;; func_mod - Branch taken 6 times in 7.
 define i32 @func_mod(i32 %N) nounwind uwtable {
 entry:

Modified: llvm/trunk/test/Analysis/Profiling/load-branch-weights-loops.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/Profiling/load-branch-weights-loops.ll?rev=162811&r1=162810&r2=162811&view=diff
==============================================================================
--- llvm/trunk/test/Analysis/Profiling/load-branch-weights-loops.ll (original)
+++ llvm/trunk/test/Analysis/Profiling/load-branch-weights-loops.ll Tue Aug 28 19:37:46 2012
@@ -6,6 +6,9 @@
 ; RUN:     | FileCheck %s
 ; RUN: rm -f %t1.prof_data
 
+; FIXME: profile_rt.dll could be built on win32.
+; REQUIRES: loadable_module
+
 ;; func_for - Test branch probabilities for a vanilla for loop.
 define i32 @func_for(i32 %N) nounwind uwtable {
 entry:

Modified: llvm/trunk/test/Analysis/Profiling/load-branch-weights-switches.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/Profiling/load-branch-weights-switches.ll?rev=162811&r1=162810&r2=162811&view=diff
==============================================================================
--- llvm/trunk/test/Analysis/Profiling/load-branch-weights-switches.ll (original)
+++ llvm/trunk/test/Analysis/Profiling/load-branch-weights-switches.ll Tue Aug 28 19:37:46 2012
@@ -6,6 +6,9 @@
 ; RUN:     | FileCheck %s
 ; RUN: rm -f %t1.prof_data
 
+; FIXME: profile_rt.dll could be built on win32.
+; REQUIRES: loadable_module
+
 ;; func_switch - Test branch probabilities for a switch instruction with an
 ;; even chance of taking each case (or no case).
 define i32 @func_switch(i32 %N) nounwind uwtable {





More information about the llvm-commits mailing list