[all-commits] [llvm/llvm-project] 4f962b: [ORC][examples] Add an OrcV2 example for IR optimi...
lhames via All-commits
all-commits at lists.llvm.org
Sat Sep 19 19:43:00 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4f962b0d89b9733c8f051c1039b458c9632f6f88
https://github.com/llvm/llvm-project/commit/4f962b0d89b9733c8f051c1039b458c9632f6f88
Author: Lang Hames <lhames at gmail.com>
Date: 2020-09-19 (Sat, 19 Sep 2020)
Changed paths:
M llvm/examples/OrcV2Examples/CMakeLists.txt
A llvm/examples/OrcV2Examples/LLJITWithOptimizingIRTransform/CMakeLists.txt
A llvm/examples/OrcV2Examples/LLJITWithOptimizingIRTransform/LLJITWithOptimizingIRTransform.cpp
M llvm/include/llvm/ExecutionEngine/Orc/IRTransformLayer.h
Log Message:
-----------
[ORC][examples] Add an OrcV2 example for IR optimization via IRTransformLayer.
Shows how to write a custom IR transform to apply a legacy::PassManager
pipeline.
More information about the All-commits
mailing list