[PATCH] D134126: [sanitizer] Handle movmsk intrinsics

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 22 01:20:37 PDT 2022


RKSimon added inline comments.


================
Comment at: llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp:3874
+    case Intrinsic::x86_sse_movmsk_ps:
+    case Intrinsic::x86_sse2_movmsk_pd:
+      handleMovmskIntrinsic(I);
----------------
What about the pmovmskb variants?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134126



More information about the llvm-commits mailing list