[test][NewPM] Pin various tests to the legacy PMtut-simplify-cfg hasn't been ported to the new PM.llvm-lto2's -enable-new-pm defaults to the CMake flag, so the legacy PM extension test needs to be
[test][NewPM] Pin various tests to the legacy PMtut-simplify-cfg hasn't been ported to the new PM.llvm-lto2's -enable-new-pm defaults to the CMake flag, so the legacy PM extension test needs to be pinned.Reviewed By: MaskRay, ychenDifferential Revision: https://reviews.llvm.org/D95898
show more ...
Re-apply "[Examples] Add IRTransformations directory to examples."This reverts commit 19fd8925a4afe6efd248688cce06aceff50efe0c.Should include a fix for PR44197.
Revert "[Examples] Add IRTransformations directory to examples."This breaks LLVMExports.cmake in some build configurations.PR44197This reverts commits ceb72d07b004af9c428c4a3c73a98ea97d49a713
Revert "[Examples] Add IRTransformations directory to examples."This breaks LLVMExports.cmake in some build configurations.PR44197This reverts commits ceb72d07b004af9c428c4a3c73a98ea97d49a713 7d0b1d77b3d4d47df477519fd1bf099b3df6f899.
[Examples] Add IRTransformations directory to examples.This patch adds a new IRTransformations directory to llvm/examples/. This isintended to serve as a new home for example transformations/analy
[Examples] Add IRTransformations directory to examples.This patch adds a new IRTransformations directory to llvm/examples/. This isintended to serve as a new home for example transformations/analysiscode used by various tutorials.If LLVM_BUILD_EXAMPLES is enabled, the ExamplesIRTransforms library islinked into the opt binary and the example passes become available.To start off with, it contains the CFG simplifications used in the IRpart of the 'Getting Started With LLVM: Basics' tutorial at the US LLVMDevelopers Meeting 2019.Reviewers: paquette, jfb, meikeb, lhames, kbartonReviewed By: paquetteDifferential Revision: https://reviews.llvm.org/D69416