Skip to content
  • Bob Wilson's avatar
    Fall back to selection DAG isel for calls to builtin functions. · 3e6fa462
    Bob Wilson authored
    Fast isel doesn't currently have support for translating builtin function
    calls to target instructions.  For embedded environments where the library
    functions are not available, this is a matter of correctness and not
    just optimization.  Most of this patch is just arranging to make the
    TargetLibraryInfo available in fast isel.  <rdar://problem/12008746>
    
    llvm-svn: 161232
    3e6fa462
Loading