[PATCH] D83427: [MSAN] Update tests due to widespread eager checking

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 18 19:11:29 PDT 2020


vitalybuka added inline comments.


================
Comment at: compiler-rt/test/msan/vararg.cpp:40
+  __asm__ __volatile__ (""::"r"(a), "r"(b), "r"(c), "r"(d), "r"(e));
+}
+
----------------
is volatile needed here?
noinline should be enough?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83427



More information about the llvm-commits mailing list