1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

This is done.

llvm-svn: 32591
This commit is contained in:
Evan Cheng 2006-12-15 05:50:39 +00:00
parent 4e661ebef9
commit c24bf8bd87

View File

@ -18,11 +18,6 @@ Think about doing i64 math in SSE regs.
//===---------------------------------------------------------------------===//
Bitcast to<->from SSE registers should use movd/movq instead of going through
the stack. Testcase here: CodeGen/X86/bitcast.ll
//===---------------------------------------------------------------------===//
This testcase should have no SSE instructions in it, and only one load from
a constant pool: