[llvm-commits] [PATCH] [msan] Heuristic handling of unknown intrinsics

Kostya Serebryany kcc at google.com
Fri Dec 14 00:36:04 PST 2012


  I like this much more!!
  Shall we continue with review after you are done with ShadowAndOriginCombiner?


================
Comment at: lib/Transforms/Instrumentation/MemorySanitizer.cpp:1167
@@ +1166,3 @@
+    IRBuilder<> IRB(&I);
+    Value* Addr = I.getArgOperand(0);
+    Value *Shadow = getShadow(&I, 1);
----------------
Type *Foo, not Type* Foo


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



More information about the llvm-commits mailing list