[PATCH] D54892: [LAA] Introduce enum for vectorization safety status (NFC).
    Florian Hahn via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Dec 18 14:01:50 PST 2018
    
    
  
fhahn marked an inline comment as done.
fhahn added inline comments.
================
Comment at: include/llvm/Analysis/LoopAccessAnalysis.h:107
+    Safe,
+    // Cannot vectorize due to known unsafe dependencies.
+    Unsafe,
----------------
Ayal wrote:
> This comment is accurate once SafeWithRtChecks is added, in upcoming patch.
Thanks, I'll slightly tweak the comment before committing.
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54892/new/
https://reviews.llvm.org/D54892
    
    
More information about the llvm-commits
mailing list