[PATCH] D146157: [MSAN] Support load and stores of scalable vector types
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 20 19:15:28 PDT 2023
vitalybuka added inline comments.
================
Comment at: llvm/test/Instrumentation/MemorySanitizer/vector-load-store.ll:482
+
+define void @store.nxv2i32(ptr %p) sanitize_address {
+; CHECK-LABEL: @store.nxv2i32(
----------------
could you include these cases into precommited tests?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146157/new/
https://reviews.llvm.org/D146157
More information about the llvm-commits
mailing list