1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00

This is done.

llvm-svn: 32584
This commit is contained in:
Evan Cheng 2006-12-14 19:45:32 +00:00
parent 9918e7780a
commit 6100c83f79

View File

@ -535,8 +535,3 @@ to loads from constant pool.
Floating point max / min are commutable when -enable-unsafe-fp-path is
specified. We should turn int_x86_sse_max_ss and X86ISD::FMIN etc. into other
nodes which are selected to max / min instructions that are marked commutable.
//===---------------------------------------------------------------------===//
Add MOVDI2SSrr and MOVDSS2DIrr to X86RegisterInfo::foldMemoryOperand() once the
recent X86 JIT regressions have been identified and fixed.