[PATCH] D82398: [MSAN] Handle x86 {round,min,max}sd intrinsics

Gui Andrade via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 23 16:11:51 PDT 2020


guiand marked 4 inline comments as done.
guiand added inline comments.


================
Comment at: llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp:3331
+      // case Intrinsic::x86_avx512_mask_sub_sd_round:
+      // case Intrinsic::x86_avx512_mask_mul_sd_round:
+      // case Intrinsic::x86_avx512_mask_div_sd_round:
----------------
eugenis wrote:
> Unrelated change.
Whoops!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82398





More information about the cfe-commits mailing list