search for: passprint

Displaying 9 results from an estimated 9 matches for "passprint".

Did you mean: asmprint
2014 Jul 07
4
[LLVMdev] problem compiling llvm
...llvm-9999/work/llvm-9999-abi_x86_64.amd64/tools/opt/Release/GraphPrinters.o /mnt/daten/Daten/Workspace/portage/sys-devel/llvm-9999/work/llvm-9999-abi_x86_64.amd64/tools/opt/Release/NewPMDriver.o /mnt/daten/Daten/Workspace/portage/sys-devel/llvm-9999/work/llvm-9999-abi_x86_64.amd64/tools/opt/Release/PassPrinters.o /mnt/daten/Daten/Workspace/portage/sys-devel/llvm-9999/work/llvm-9999-abi_x86_64.amd64/tools/opt/Release/Passes.o /mnt/daten/Daten/Workspace/portage/sys-devel/llvm-9999/work/llvm-9999-abi_x86_64.amd64/tools/opt/Release/PrintSCC.o /mnt/daten/Daten/Workspace/portage/sys-devel/llvm-9999/work/llvm...
2016 Jun 16
2
Intended behavior of CGSCC pass manager.
...ostOrderFunctionAttrsLegacyPass : public CallGraphSCCPass { >>> lib/Transforms/IPO/PruneEH.cpp: struct PruneEH : public >>> CallGraphSCCPass { >>> lib/Analysis/CallGraphSCCPass.cpp: class PrintCallGraphPass : public >>> CallGraphSCCPass { >>> tools/opt/PassPrinters.cpp:struct CallGraphSCCPassPrinter : public >>> CallGraphSCCPass { >>> >>> CGSCC passes seem to have been added in what is now SVN r8247 (~Aug >>> 2003) >>> http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20030825/006619.html >>> (LL...
2014 Sep 29
2
[LLVMdev] questions about getAnalysisUsage
Hi, I notice that there are several different methods called inside getAnalysisUsage(). The parameters of addRequiredID and addPreservedID are passID. What is the difference between Required and Preserved? There are also function named addRequired<PassName>() called. What is the difference between addRequired<PassName>() and addRequiredID(PassID)? Thanks a lot! Best,
2019 Apr 18
3
Opt plugin linkage
...ine Instrumentation MC ObjCARCOpts ScalarOpts Support Target TransformUtils Vectorize Passes ExecutionEngine ) # Support plugins. set(LLVM_NO_DEAD_STRIP 1) add_llvm_tool(opt AnalysisWrappers.cpp BreakpointPrinter.cpp Debugify.cpp GraphPrinters.cpp NewPMDriver.cpp PassPrinters.cpp PrintSCC.cpp opt.cpp DEPENDS intrinsics_gen ) export_executable_symbols(opt) if(WITH_POLLY AND LINK_POLLY_INTO_TOOLS) target_link_libraries(opt PRIVATE Polly) endif(WITH_POLLY AND LINK_POLLY_INTO_TOOLS) target_link_libraries(opt PUBLIC LLVMExecutionEngine) ``` Modified opt...
2019 Apr 16
2
Opt plugin linkage
Hey: I spent sometime debugging this, it seems like editing ``llvm/tools/opt.cpp`` and move ``cl::ParseCommandLineOptions(argc, argv, "llvm .bc -> .bc modular optimizer and analysis printer\n");`` to the beginning of main() solved it for me. I'm not sure if this is a bug on LLVM side Zhang ------------------ Original ------------------ From: "Viktor Was BSc via
2016 Jun 09
2
Intended behavior of CGSCC pass manager.
...CallGraphSCCPass { lib/Transforms/IPO/FunctionAttrs.cpp:struct PostOrderFunctionAttrsLegacyPass : public CallGraphSCCPass { lib/Transforms/IPO/PruneEH.cpp: struct PruneEH : public CallGraphSCCPass { lib/Analysis/CallGraphSCCPass.cpp: class PrintCallGraphPass : public CallGraphSCCPass { tools/opt/PassPrinters.cpp:struct CallGraphSCCPassPrinter : public CallGraphSCCPass { CGSCC passes seem to have been added in what is now SVN r8247 (~Aug 2003) http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20030825/006619.html (LLVM appears to have been in CVS at the time). Chris, do you remember the moti...
2016 Jun 16
5
Intended behavior of CGSCC pass manager.
...pp:struct >> PostOrderFunctionAttrsLegacyPass : public CallGraphSCCPass { >> lib/Transforms/IPO/PruneEH.cpp: struct PruneEH : public CallGraphSCCPass >> { >> lib/Analysis/CallGraphSCCPass.cpp: class PrintCallGraphPass : public >> CallGraphSCCPass { >> tools/opt/PassPrinters.cpp:struct CallGraphSCCPassPrinter : public >> CallGraphSCCPass { >> >> CGSCC passes seem to have been added in what is now SVN r8247 (~Aug 2003) >> http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20030825/006619.html >> (LLVM appears to have been in CVS at...
2016 Jun 08
2
Intended behavior of CGSCC pass manager.
On Wed, Jun 8, 2016 at 12:31 PM, Xinliang David Li <davidxl at google.com> wrote: > > > On Wed, Jun 8, 2016 at 4:19 AM, Sean Silva <chisophugis at gmail.com> wrote: > >> Hi Chandler, Philip, Mehdi, (and llvm-dev,) >> >> (this is partially a summary of some discussions that happened at the >> last LLVM bay area social, and partially a discussion
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
...mpiling NewPMDriver.cpp for Release+Asserts build llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-dis (without symbols) make[2]: Leaving directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/tools/llvm-dis' llvm[2]: Building Release+Asserts Archive Library libLTO.a llvm[2]: Compiling PassPrinters.cpp for Release+Asserts build make[2]: Entering directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/tools/llc' llvm[2]: Compiling llc.cpp for Release+Asserts build make[2]: Entering directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/tools/llvm-ar' llvm[2]: Compiling llvm-ar.cpp for Release+Assert...