reed kotler
2014-Sep-23 01:26 UTC
[LLVMdev] telling when fast-isel cannot handle something
I'm aware of -fast-isel-verbose and -fast-isel-abort. Is there some additional option I can use where it will tell me in what function it is at when it gets a miss? TIA. Reed
reed kotler
2014-Sep-23 01:28 UTC
[LLVMdev] telling when fast-isel cannot handle something
On 09/22/2014 06:26 PM, reed kotler wrote:> I'm aware of -fast-isel-verbose and -fast-isel-abort. > > Is there some additional option I can use where it will tell me in > what function it is at when it gets a miss? > > TIA. > > Reed >For sure, -debug can be used. Maybe that is good enough for what I need.