diff options
author | Lang Hames <lhames@gmail.com> | 2012-03-29 19:54:28 +0000 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2012-03-29 19:54:28 +0000 |
commit | 616c8419468d330f249872acbe4351cf2620d1ec (patch) | |
tree | 6ea2494242472217335f77918b1c1714a3ac183c /test/CodeGen/X86/misched-new.ll | |
parent | 95c677eef632dc094203d8090db4519b6d3dbcd4 (diff) |
Make x86 REP_MOV* and REP_STO instructions use the correct operand sizes in 64-bit mode.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153680 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/misched-new.ll')
-rw-r--r-- | test/CodeGen/X86/misched-new.ll | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/CodeGen/X86/misched-new.ll b/test/CodeGen/X86/misched-new.ll index f3c2af8f210..80e6ef816d7 100644 --- a/test/CodeGen/X86/misched-new.ll +++ b/test/CodeGen/X86/misched-new.ll @@ -1,8 +1,9 @@ ; RUN: llc -march=x86-64 -mcpu=core2 -enable-misched -misched=shuffle -misched-bottomup < %s -; XFAIL: * -; ...should pass. See PR12324: misched bringup ; ; Interesting MachineScheduler cases. +; +; FIXME: There should be an assert in the coalescer that we're not rematting +; "not-quite-dead" copies, but that breaks a lot of tests <rdar://problem/11148682>. declare void @llvm.memcpy.p0i8.p0i8.i64(i8* nocapture, i8* nocapture, i64, i32, i1) nounwind |