[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:18:47 PST 2020


craig.topper added inline comments.


================
Comment at: llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp:2738
+  void handleVectorConvertIntrinsic(IntrinsicInst &I, int NumUsedElements,
+                                    bool RoundingMode = false) {
     IRBuilder<> IRB(&I);
----------------
HasRoundingMode would be more clear.


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