search for: ctargetlowering

Displaying 2 results from an estimated 2 matches for "ctargetlowering".

Did you mean: targetlowering
2012 Oct 10
1
[LLVMdev] CBE progress and design
...on what should be in there as this will probably be very dependent on the intended use of the CBE. I currently have two options for solving this. My question to you is what you think of them and do you have other suggestions for me to look into? 1) I could try to make a generic, configurable, CTargetLowering and allow the user to specify all kinds of things. However, I am not yet familiar enough with LLVM's CodeGen framework to trust myself to get this complete enough without spending a huge amount of time in figuring out what should and should not be relevant for the CBE. 2) Another option I...
2012 Oct 11
1
[LLVMdev] CBE progress and design
...r will not be able to do software pipelining on non-structured loops. > >> I currently have two options for solving this. My question to you is what you think of them and do you have other suggestions for me to look into? >> >> 1) I could try to make a generic, configurable, CTargetLowering and allow the user to specify all kinds of things. However, I am not yet familiar enough with LLVM's CodeGen framework to trust myself to get this complete enough without spending a huge amount of time in figuring out what should and should not be relevant for the CBE. >> >> 2) Ano...