search for: llvm_optimize_tablegen

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

2019 Jan 07
2
Removing LLVM_ALWAYS_INLINE from ADT classes
...eally, there would be some (perhaps > > default?) configuration where we build the tablegen binaries with > > optimizations on and then use them in the build, as if we were cross- > > compiling. > > >> > > >> > > >> Maybe something simple like -DLLVM_OPTIMIZE_TABLEGEN=ON (enabled by > > default for Debug builds). You would need to set it to off only if you > > want to debug tablegen. > > > > > > > > > I proposed this a while back, but it think there were some problems > with > > it, I don't remember what exactl...
2019 Jan 07
2
Removing LLVM_ALWAYS_INLINE from ADT classes
...rator expressions > $<$<CONFIG:Debug>:-O2> > or alternatively CMAKE_CXX_CLAGS_DEBUG. > > At first we don't have to modify the assertions build option so if Debug config builds with assertions tablegen will be build with as well. > > Also we can start with keeping LLVM_OPTIMIZE_TABLEGEN off by default. > > If that sounds good, I can come with a prototype later. > > // P. > > On Mon, Jan 7, 2019 at 5:54 PM Mehdi AMINI via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > > > On Mon, Jan 7, 2019 at 8:39 AM...