[PATCH] D82920: [MSAN] Implement experiemental vector reduction intrinsics
    Evgenii Stepanov via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Jun 30 17:55:54 PDT 2020
    
    
  
eugenis added inline comments.
================
Comment at: llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp:3230
+    case Intrinsic::experimental_vector_reduce_v2_fadd:
+    case Intrinsic::experimental_vector_reduce_v2_fmul:
+      handleVectorReduceIntrinsic(I);
----------------
This is not correct for v2 intrinsics, they have an extra scalar argument.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82920/new/
https://reviews.llvm.org/D82920
    
    
More information about the llvm-commits
mailing list