Are there any known examples of a backend using a function pass, not a machine function pass, to do LLVM-LLVM transformations right before ISelDagToDag? Thanks, Micah -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091005/81ec49f9/attachment.html>
Hello> Are there any known examples of a backend using a function pass, not a > machine function pass, to do LLVM-LLVM transformations right before > ISelDagToDag?Just schedule pass as normal, before doing codegen. -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University