[PATCH] D92206: [msan] Fix bugs when instrument x86.avx512*_cvt* intrinsics.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 26 23:17:49 PST 2020


craig.topper added inline comments.


================
Comment at: llvm/utils/FileCheck/FileCheck.cpp:81
 static cl::opt<bool> AllowUnusedPrefixes(
-    "allow-unused-prefixes", cl::init(true),
+    "allow-unused-prefixes", cl::init(false),
     cl::desc("Allow prefixes to be specified but not appear in the test."));
----------------
Unrelated change?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92206



More information about the llvm-commits mailing list