[PATCH] D83360: [InstSimplify] Remove select ?, undef, X -> X and select ?, X, undef -> X
    Nuno Lopes via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Mon Jul 13 02:13:20 PDT 2020
    
    
  
nlopes added a comment.
FYI InstSimplify doing distribution of undef is a known bug: https://bugs.llvm.org/show_bug.cgi?id=33165
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83360/new/
https://reviews.llvm.org/D83360
    
    
More information about the cfe-commits
mailing list