[PATCH] D142344: [DAGCombiner] Add Transform for `(and/or (eq/ne A,Pow2),(eq/ne A,-Pow2))`->`(eq/ne (and (and A,Pow2),~(Pow2*2)), 0)`
    Noah Goldstein via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sun Jan 29 11:19:26 PST 2023
    
    
  
goldstein.w.n added a comment.
Fixed up in next version (won't let me submit "done" w.o message).
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142344/new/
https://reviews.llvm.org/D142344
    
    
More information about the llvm-commits
mailing list