[PATCH] D92632: [dfsan] Add a test case of storing zero

Matt Morehouse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 4 06:18:50 PST 2020


morehouse added inline comments.


================
Comment at: llvm/test/Instrumentation/DataFlowSanitizer/store.ll:163
+define void @store_zero(i32* %p) {
+  ;  NO_COMBINE_PTR_LABEL: store i64 0, i64* {{.*}}, align 2
+  store i32 0, i32* %p
----------------
Why is it storing i64 shadow?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92632



More information about the llvm-commits mailing list