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 | 5569ce7d56d712407333d05a14f25b6de35706b8 (patch) | |
| tree | 946c0df7ea46e1f5eb691e3a08e6bc3abef39fbe /llvm/test | |
| parent | 903e63fef34f0878c091ec4f30e25196314cc9be (diff) | |
| download | bcm5719-llvm-5569ce7d56d712407333d05a14f25b6de35706b8.tar.gz bcm5719-llvm-5569ce7d56d712407333d05a14f25b6de35706b8.zip | |
Make x86 REP_MOV* and REP_STO instructions use the correct operand sizes in 64-bit mode.
llvm-svn: 153680
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/CodeGen/X86/misched-new.ll | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/misched-new.ll b/llvm/test/CodeGen/X86/misched-new.ll index f3c2af8f210..80e6ef816d7 100644 --- a/llvm/test/CodeGen/X86/misched-new.ll +++ b/llvm/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 |

