[llvm] c09a108 - [X86] Remove stress-scheduledagrrlist.ll.

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 25 07:47:08 PDT 2020


Author: Florian Hahn
Date: 2020-07-25T15:45:24+01:00
New Revision: c09a10845b429307a38a93799e7520c0e16850fd

URL: https://github.com/llvm/llvm-project/commit/c09a10845b429307a38a93799e7520c0e16850fd
DIFF: https://github.com/llvm/llvm-project/commit/c09a10845b429307a38a93799e7520c0e16850fd.diff

LOG: [X86] Remove stress-scheduledagrrlist.ll.

This test seems to take quite a long time with EXPENSIVE_CHECKS.

Remove it.

Added: 
    

Modified: 
    

Removed: 
    llvm/test/CodeGen/X86/stress-scheduledagrrlist.ll


################################################################################
diff  --git a/llvm/test/CodeGen/X86/stress-scheduledagrrlist.ll b/llvm/test/CodeGen/X86/stress-scheduledagrrlist.ll
deleted file mode 100644
index a699134a8c7c..000000000000
--- a/llvm/test/CodeGen/X86/stress-scheduledagrrlist.ll
+++ /dev/null
@@ -1,12 +0,0 @@
-; RUN: llc -O0 -mtriple=x86_64-apple-macosx %s -o %t.s
-
-; Stress test for the list scheduler. The store will be expanded to a very
-; large number of stores during isel, stressing ScheduleDAGRRList. It should
-; compiles in a reasonable amount of time. Run with -O0, to disable most other
-; optimizations.
-
-define void @test(i1000000* %ptr) {
-entry:
-  store i1000000 0, i1000000* %ptr, align 4
-  ret void
-}


        


More information about the llvm-commits mailing list