[PATCH] D134119: [msan] Handle x86_avx_cmp_pd_256 and x86_avx_cmp_ps_256

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 18 03:24:22 PDT 2022


RKSimon added inline comments.


================
Comment at: llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp:3761
-      // generates reasonably looking IR that fails in the backend with "Do not
-      // know how to split the result of this operator!".
       handleVectorComparePackedIntrinsic(I);
----------------
Have you been able to determine whether this has been addressed?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134119



More information about the llvm-commits mailing list