search for: tutorialsimplycfg

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

2019 Oct 25
2
RFC: Adding IR Transformation examples/tutorial code to llvm-project
...ere with reducing the overall options. Whatever solution will be applied to all examples should also work for the IR pass examples. I think he would like to remove LLVM_BUILD_EXAMPLES altogether. That is, any "cmake" will execute any CMakeLists.txt, "make all" will always build TutorialSimplyCFG and any execution of `opt` will call initializeExampleIRTransforms. I am in favor of adding (more) tutorials to the repository, joint trying to point out items to consider. Michael
2019 Oct 25
2
RFC: Adding IR Transformation examples/tutorial code to llvm-project
On Fri, Oct 25, 2019 at 2:43 PM Michael Kruse via llvm-dev < llvm-dev at lists.llvm.org> wrote: > I like the idea and already discussed it with Kit Barton. > > Two concerns that I had: > > 1. Keeping them in-tree requires them to be up-to-date, a potential > additional maintenance burden. This might be what we want, but I get > less enthusiastic when thinking about