search for: d69416

Displaying 1 result from an estimated 1 matches for "d69416".

Did you mean: 369416
2019 Oct 24
7
RFC: Adding IR Transformation examples/tutorial code to llvm-project
..._EXAMPLES=On, we add a -DBUILD_EXAMPLES define, which is then used in opt to make the example passes available if LLVM_BUILD_EXAMPLES=On. I think that allows for relatively friction-less integration of the example passes into `opt`. I’ve put up a patch doing exactly that: https://reviews.llvm.org/D69416 and added a few reviewers, but please join in if you have any thoughts! Please let me know if you have any concerns or suggestions to improve the CMake setup & co. As initial example, it contains the code we used for the IR transformations in the 'Getting Started With LLVM: Basics’ tutor...