search for: ftti

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

Did you mean: fttc
2015 Jan 27
2
[LLVMdev] Embedding cpu and feature strings into IR and enabling switching subtarget on a per function basis
On Mon, Jan 26, 2015 at 9:53 PM, Eric Christopher <echristo at gmail.com> wrote: > As I said in my first email perhaps the TTI->FTTI transition is a good > place to start working here without having to worry much about redoing huge > swaths of llvm. FWIW, TTI is next on my hit list for porting to the new pass manager. In order to work in that world, the entire thing needs to be simplified to not be an analysis group and...
2015 Jan 27
7
[LLVMdev] Embedding cpu and feature strings into IR and enabling switching subtarget on a per function basis
I've been investigating what is needed to ensure command line options are passed to the backend codegen passes during LTO and enable compiling different functions in a module with different command line options (see the links below for previous discussions). http://thread.gmane.org/gmane.comp.compilers.llvm.devel/78855 http://thread.gmane.org/gmane.comp.compilers.llvm.devel/80456 The command