[PATCH] D45047: MSan: introduce the conservative assembly handling mode.
    Alexander Potapenko via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Mar 29 08:36:48 PDT 2018
    
    
  
glider added inline comments.
================
Comment at: lib/Transforms/Instrumentation/MemorySanitizer.cpp:2734
 
       // For inline asm, do the usual thing: check argument shadow and mark all
       // outputs as clean. Note that any side effects of the inline asm that are
----------------
I didn't touch this comment, as it remains more or less valid.
Repository:
  rL LLVM
https://reviews.llvm.org/D45047
    
    
More information about the llvm-commits
mailing list