A couple of new entries.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26325 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2006-02-23 02:50:21 +00:00
parent a0ea0539e3
commit 3032410f9b

View File

@ -497,3 +497,12 @@ foo:
ret
This will be solved when we go to a dynamic programming based isel.
//===---------------------------------------------------------------------===//
Make use of floating point min / max instructions. Perhaps introduce ISD::FMIN
and ISD::FMAX node types?
//===---------------------------------------------------------------------===//
Select (add, x, GlobalAddress) to ADD32ri, etc. when it's appropriate.