[PATCH] D149221: [NFC][HWASAN] Move getUARTag into the Entry

Kirill Stoimenov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 26 14:18:54 PDT 2023


kstoimenov accepted this revision.
kstoimenov added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp:1053
 Value *HWAddressSanitizer::getStackBaseTag(IRBuilder<> &IRB) {
   if (ClGenerateTagsWithCalls)
+    return nullptr;
----------------
Should we make this into an assert? 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149221/new/

https://reviews.llvm.org/D149221



More information about the llvm-commits mailing list