[PATCH] [msan] Instrument x86.*_cvt* intrinsics.

Evgeniy Stepanov eugenis at google.com
Fri Oct 11 08:05:31 PDT 2013


Hi kcc, dvyukov,

Currently MSan checks that arguments of *cvt* intrinsics are fully initialized. That's too much to ask: some of them only operate on lower half, or even quarter, of the input register.


http://llvm-reviews.chandlerc.com/D1898

Files:
  lib/Transforms/Instrumentation/MemorySanitizer.cpp
  test/Instrumentation/MemorySanitizer/vector_cvt.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D1898.1.patch
Type: text/x-patch
Size: 10612 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131011/a7078856/attachment.bin>


More information about the llvm-commits mailing list