[PATCH] D64072: MSan: handle callbr instructions

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 2 12:51:39 PDT 2019


eugenis accepted this revision.
eugenis added a comment.
This revision is now accepted and ready to land.

LGTM w/ nit



================
Comment at: llvm/test/Instrumentation/MemorySanitizer/msan_asm_conservative.ll:293
+; CHECK-LABEL: @asm_goto
+; CHECK: call void @__msan_warning
----------------
This feels too vague. Could you add something to check that the warning is for a value coming from a function argument?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D64072





More information about the llvm-commits mailing list