search for: 8d397b64

Displaying 1 result from an estimated 1 matches for "8d397b64".

2014 Jun 12
3
[LLVMdev] Passes calling
Hi, I know when a pass needs other passes, it will use something like this: "AU.addRequired<LoopInfo>();". But this is usually used for the analysis passes. When a pass needs another transform pass, can it call it automatically? For example: Some loop optimizations may need loop-simplify, I need add -loop-simplify before calling these passes manually, or they can call the pass