search for: deadargumenteliminationpass

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

2018 Apr 13
1
LLVM function parameters
Hi, When using the LLVM IR builder, I have a situation that might have 5 parameters when building the function nodes and instructions. Later on, I wish to remove one of the parameters so the same function now has only 4 parameters. For example, the parameter may not actually be used by any of the instructions in the function. How do I remove a parameter from the function? I am hoping that there
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.