[PATCH] D14965: [llc/opt] Add an option to run all passes twice

Yaron Keren via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 25 06:27:42 PST 2015


yaron.keren added a comment.

You are right, running passes over again for all but trivial code will not result in the same module.
The CloneModule approach should work.


Repository:
  rL LLVM

http://reviews.llvm.org/D14965





More information about the llvm-commits mailing list