Displaying 2 results from an estimated 2 matches for "sccppass".
Did you mean:
sccpass
2005 Jan 19
1
[LLVMdev] Constant Propagation Problem
...nterReferencesPass
TailDuplicationPass
CFGSimplificationPass
ScalarReplAggregatesPass
InstructionCombiningPass
ReassociatePass
InstructionCombiningPass
TailCallEliminationPass
CFGSimplificationPass
LICMPass
InstructionCombiningPass
IndVarSimplifyPass
LoopUnrollPass
InstructionCombiningPass
GCSEPass
SCCPPass
InstructionCombiningPass
DeadStoreEliminationPass
AggressiveDCEPass
CFGSimplificationPass
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: optimizeme.txt
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20050119/1336c23d/attachment...
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.