Displaying 1 result from an estimated 1 matches for "classllvm_1_1passmanagerbuilder".
2019 Oct 15
2
Easy way to add common pass for optimization
Hi all,
I wrote a compiler front end which generates IR codes, but due to the
logic, the IR codes have a lot of instructions like unnecessary br jump,
basic block creation, load instructions and expression which can be
simplified.
now I want to use built in passes to optimize the generated code, but after
I read the tutorial: https://llvm.org/docs/tutorial/MyFirstLanguageFrontend,
I found that I