Chris Lattner ef5cd1d3cf Teach legalize to promote copy(from|to)reg, instead of making the isel pass
do it.  This results in better code on X86 for floats (because if strict
precision is not required, we can elide some more expensive double -> float
conversions like the old isel did), and allows other targets to emit
CopyFromRegs that are not legal for arguments.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19668 91177308-0d34-0410-b5e6-96231b3b80d8
2005-01-18 17:54:55 +00:00
..
2005-01-08 19:59:10 +00:00
2004-09-01 22:55:40 +00:00
2004-11-18 04:31:10 +00:00
2004-12-07 04:03:45 +00:00
2005-01-08 19:55:00 +00:00
2004-09-01 22:55:40 +00:00
2004-09-01 22:55:40 +00:00
2005-01-08 19:53:50 +00:00
2005-01-08 19:53:50 +00:00
2004-09-01 22:55:40 +00:00
2004-09-01 22:55:40 +00:00
2005-01-14 15:54:24 +00:00