[PATCH] D26037: Add LoopSink pass for PGO.

David Li via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 27 16:22:47 PDT 2016


davidxl added inline comments.


================
Comment at: lib/CodeGen/BackendUtil.cpp:156
+  PM.add(createLoopSinkPass());
+  PM.add(createInstructionSimplifierPass());
+}
----------------
Is this pass strictly needed?


https://reviews.llvm.org/D26037





More information about the llvm-commits mailing list