[PATCH] D148596: [KMSAN] Enable on SystemZ

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 20 17:22:38 PDT 2023


MaskRay added inline comments.


================
Comment at: llvm/test/Instrumentation/MemorySanitizer/SystemZ/basic-kernel.ll:12
+
+; CHECK-LABEL: @Store1
+; CHECK: [[META_PTR:%[a-z0-9_]+]] = alloca { ptr, ptr }, align 8
----------------
`; CHECK-LABEL: define {{[^@]+}}@Store1(` to match the `@Store` definition, not calls.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148596



More information about the cfe-commits mailing list