[PATCH] D85499: [X86] Canonicalize andnp for bitmask arithmetic
    Craig Topper via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Aug  6 22:16:14 PDT 2020
    
    
  
craig.topper added a comment.
I kind of think we shouldn't change the canonical form for masks and we should handle the mask case of vselect in generic DAG combine like we do in InstCombine. Maybe we could handle the non mask case there instead too, but that depend on whether we can form ANDNP afterwards.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85499/new/
https://reviews.llvm.org/D85499
    
    
More information about the llvm-commits
mailing list