search for: calledvaluepropagationpass

Displaying 2 results from an estimated 2 matches for "calledvaluepropagationpass".

2019 Mar 24
3
call an existing IPO pass
..."CalledValuePropagation" that can solve the problem I raised a few days ago regarding the "callees" metadata ( https://groups.google.com/forum/#!topic/llvm-dev/yjtZVMH_aC4). Now I have difficulty in calling this pass in my own pass. In my own pass, I called "getAnalysis<CalledValuePropagationPass>()" and in the "getAnalysisUsage(AnalysisUsage &AU)" function, I called "AU.addRequired<CalledValuePropagationPass>();" I got compilation errors: ---------------------------------------------------------- ..... include/llvm/PassAnalysisSupport.h:223:38: erro...
2019 Aug 07
2
Status of the New Pass Manager
On 8/7/19 6:20 PM, Hiroshi Yamauchi wrote: > I basically run "clang > -fexperimental-new-pass-manager -print-after-all ..." > > It's conceivable that something is different in our setup or in clang > (from opt)... I'll see if I can reproduce it outside our setup. Does it depend on machine architecture? I generally use x86... regards,   Fedor. > > Thanks.