[PATCH] [msan] Run more optimization after MemorySanitizer pass

Alexey Samsonov samsonov at google.com
Tue Jan 29 02:56:57 PST 2013



================
Comment at: lib/CodeGen/BackendUtil.cpp:190
@@ +189,3 @@
+  // MemorySanitizer.
+  if (Builder.OptLevel > 0) {
+    PM.add(createEarlyCSEPass());
----------------
I think that some comment mentioning the "difference" made by each optimization would
be nice.


http://llvm-reviews.chandlerc.com/D189



More information about the cfe-commits mailing list