[PATCH] D81678: Introduce noundef attribute at call sites for stricter poison analysis
    Nikita Popov via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sat Jun 27 01:43:00 PDT 2020
    
    
  
nikic added inline comments.
================
Comment at: llvm/lib/Transforms/Utils/CodeExtractor.cpp:932
       case Attribute::NoCfCheck:
+      case Attribute::NoUndef:
         break;
----------------
Not familiar with this code, but based on the placement of other similar attributes like nonnull, this should probably be in the first list.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81678/new/
https://reviews.llvm.org/D81678
    
    
More information about the llvm-commits
mailing list