Skip to content
Snippets Groups Projects
Commit 5f4b7834 authored by Chris Lattner's avatar Chris Lattner
Browse files

Implement support for fast isel of calls of i1 arguments, even though they are illegal,

when they are a truncate from something else.  This eliminates fully half of all the 
fastisel rejections on a test c++ file I'm working with, which should make a substantial
improvement for -O0 compile of c++ code.

This fixed rdar://9297003 - fast isel bails out on all functions taking bools

llvm-svn: 129752
parent d7f7c939
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment