[PATCH] D71126: Adding PoisonValue for representing poison value explicitly in IR
    Nikita Popov via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Oct  7 00:52:02 PDT 2020
    
    
  
nikic added a reviewer: nikic.
nikic added a comment.
I would recommend making PoisonValue a subclass of UndefValue. Poison can always be relaxed to undef, and this will prevents lots of regressions when replacing undef with poison values.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71126/new/
https://reviews.llvm.org/D71126
    
    
More information about the llvm-commits
mailing list