[llvm-dev] Is there any pass existing in llvm which does machine copy propogation ?
Rai, Deepali via llvm-dev
llvm-dev at lists.llvm.org
Fri Jul 21 00:18:50 PDT 2017
Hi All,
I was looking into MachineCopyPropagationPass.ccp file in llvm, which in first look, looks likes to me doing only redundant copy elimination in same basic block.
I am interested in any pass which is doing copy propogation across the basic block in a function.
Let me know if any such pass exist ?
Thanks,
Deepali
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170721/bed5c5f5/attachment.html>
More information about the llvm-dev
mailing list