[PATCH] D110488: [InstCombine] Canonicalize ((X & -X) - 1) --> (~X & (X - 1)) (PR51784)
    Nico Weber via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Aug 24 08:17:43 PDT 2022
    
    
  
thakis added a comment.
This breaks check-llvm on non-win afaict: http://45.33.8.238/linux/84811/step_12.txt
Please take a look and revert for now if it takes a while to fix.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110488/new/
https://reviews.llvm.org/D110488
    
    
More information about the llvm-commits
mailing list