[PATCH] D120192: [DAG] Attempt to fold bswap(shl(x,c)) -> zext(bswap(trunc(shl(x,c-bw/2))))
    Simon Pilgrim via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Feb 28 01:36:01 PST 2022
    
    
  
RKSimon added a comment.
@nathanchance Please can you confirm if rGfadd20f80d69 <https://reviews.llvm.org/rGfadd20f80d6968a5a8623e0d1f804337ce084dcb> fixes your build?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120192/new/
https://reviews.llvm.org/D120192
    
    
More information about the llvm-commits
mailing list