Temporarily enable MI-Sched on X86.
authorAndrew Trick <atrick@apple.com>
Mon, 24 Jun 2013 09:13:20 +0000 (09:13 +0000)
committerAndrew Trick <atrick@apple.com>
Mon, 24 Jun 2013 09:13:20 +0000 (09:13 +0000)
commit98a9b72e8c56dc13a2617de84503a3d78352789c
treefd31bd17c5362627889925766aad73d8cdaddb32
parent4ee72398a15cd7b8e217bb3d34a4e9e0e72caca1
Temporarily enable MI-Sched on X86.

Sorry for the unit test churn. I'll try to make the change permanently
next time.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184705 91177308-0d34-0410-b5e6-96231b3b80d8
64 files changed:
lib/Target/X86/X86Subtarget.h
test/CodeGen/X86/2006-05-02-InstrSched1.ll
test/CodeGen/X86/2007-01-08-InstrSched.ll
test/CodeGen/X86/2009-02-26-MachineLICMBug.ll
test/CodeGen/X86/2010-02-19-TailCallRetAddrBug.ll
test/CodeGen/X86/2010-09-17-SideEffectsInChain.ll
test/CodeGen/X86/2011-10-19-LegelizeLoad.ll
test/CodeGen/X86/2012-04-26-sdglue.ll
test/CodeGen/X86/3addr-16bit.ll
test/CodeGen/X86/StackColoring.ll
test/CodeGen/X86/abi-isel.ll
test/CodeGen/X86/add.ll
test/CodeGen/X86/alloca-align-rounding.ll
test/CodeGen/X86/avx-arith.ll
test/CodeGen/X86/avx-intel-ocl.ll
test/CodeGen/X86/avx-shuffle.ll
test/CodeGen/X86/break-anti-dependencies.ll
test/CodeGen/X86/bt.ll
test/CodeGen/X86/byval7.ll
test/CodeGen/X86/chain_order.ll
test/CodeGen/X86/cmov.ll
test/CodeGen/X86/commute-two-addr.ll
test/CodeGen/X86/dbg-value-dag-combine.ll
test/CodeGen/X86/fast-isel-mem.ll
test/CodeGen/X86/fastcc.ll
test/CodeGen/X86/fold-load.ll
test/CodeGen/X86/fold-pcmpeqd-2.ll
test/CodeGen/X86/full-lsr.ll
test/CodeGen/X86/gather-addresses.ll
test/CodeGen/X86/ghc-cc.ll
test/CodeGen/X86/ghc-cc64.ll
test/CodeGen/X86/hipe-cc.ll
test/CodeGen/X86/hipe-cc64.ll
test/CodeGen/X86/lea-recursion.ll
test/CodeGen/X86/lea.ll
test/CodeGen/X86/lsr-loop-exit-cond.ll
test/CodeGen/X86/masked-iv-safe.ll
test/CodeGen/X86/memcpy-2.ll
test/CodeGen/X86/pmul.ll
test/CodeGen/X86/pr14088.ll
test/CodeGen/X86/pr1505b.ll
test/CodeGen/X86/pr16031.ll
test/CodeGen/X86/pre-ra-sched.ll
test/CodeGen/X86/rdrand.ll
test/CodeGen/X86/rdseed.ll
test/CodeGen/X86/segmented-stacks-dynamic.ll
test/CodeGen/X86/select.ll
test/CodeGen/X86/shift-bmi2.ll
test/CodeGen/X86/sink-hoist.ll
test/CodeGen/X86/sse2.ll
test/CodeGen/X86/store-narrow.ll
test/CodeGen/X86/tailcall-largecode.ll
test/CodeGen/X86/test-nofold.ll
test/CodeGen/X86/trunc-to-bool.ll
test/CodeGen/X86/v-binop-widen.ll
test/CodeGen/X86/v-binop-widen2.ll
test/CodeGen/X86/vec_shuffle-27.ll
test/CodeGen/X86/vec_shuffle-39.ll
test/CodeGen/X86/widen_cast-1.ll
test/CodeGen/X86/win64_alloca_dynalloca.ll
test/CodeGen/X86/x86-64-psub.ll
test/CodeGen/X86/x86-shifts.ll
test/CodeGen/X86/zext-fold.ll
test/CodeGen/X86/zext-sext.ll