| commit | a62e4ab69063fa3c049a3a86704ca96ec291de59 | [log] [tgz] |
|---|---|---|
| author | Dan Gohman <gohman@apple.com> | Fri Mar 13 23:53:06 2009 +0000 |
| committer | Dan Gohman <gohman@apple.com> | Fri Mar 13 23:53:06 2009 +0000 |
| tree | 269e2554f24e0f3cbafec43912adfb612b0a3bc1 | |
| parent | 084d855a17f2755c995be4393eb3e1dbb018deb5 [diff] |
Improve FastISel's handling of truncates to i1, and implement ptrtoint and inttoptr in X86FastISel. These casts aren't always handled in the generic FastISel code because X86 sometimes needs custom code to do truncation and zero-extension. llvm-svn: 66988