[all-commits] [llvm/llvm-project] 7344f8: [Orc] Use new pass manager in example
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Feb 28 07:53:25 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7344f8a8442a9c3cef159445f71b4f2886ed2798
https://github.com/llvm/llvm-project/commit/7344f8a8442a9c3cef159445f71b4f2886ed2798
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-02-28 (Tue, 28 Feb 2023)
Changed paths:
M llvm/examples/OrcV2Examples/OrcV2CBindingsIRTransforms/OrcV2CBindingsIRTransforms.c
Log Message:
-----------
[Orc] Use new pass manager in example
Invoke InstCombine via the new pass manager, instead of the
legacy pass manager.
More information about the All-commits
mailing list