Go to file
Dan Gohman 49e19e906f Factor out the predicate check code from DAGISelEmitter.cpp
and use it in FastISelEmitter.cpp, and make FastISel
subtarget aware. Among other things, this lets it work
properly on x86 targets that don't have SSE, where it
successfully selects x87 instructions.

llvm-svn: 55156
2008-08-22 00:20:26 +00:00
clang Initial implementation of floats in Expr::tryEvaluate; this doesn't 2008-08-22 00:06:13 +00:00
llvm Factor out the predicate check code from DAGISelEmitter.cpp 2008-08-22 00:20:26 +00:00