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
5 files changed
tree: 269e2554f24e0f3cbafec43912adfb612b0a3bc1
  1. clang/
  2. llvm/