[PATCH] D42941: [hwasan] Fix kernel instrumentation of stack.
Kostya Serebryany via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 5 17:56:20 PST 2018
kcc accepted this revision.
kcc added a comment.
This revision is now accepted and ready to land.
LGTM with a nit
================
Comment at: llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp:446
+Value *HWAddressSanitizer::tagPointer(IRBuilder<> &IRB, Type *Ty, Value *PtrLong,
+ Value *Tag) {
----------------
please add a comment, similar to the commit message.
https://reviews.llvm.org/D42941
More information about the llvm-commits
mailing list