majnemer added inline comments.

================
Comment at: lib/CodeGen/CGBuiltin.cpp:7777
+    Address Dest = EmitPointerWithAlignment(E->getArg(0));
+    return Builder.CreateMemSet(Dest, Ops[1], Ops[2], true);
   }
----------------
I think we should manually force the alignment to 1 instead of trying to be 
clever.


https://reviews.llvm.org/D25334



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to