[llvm] [DAG] Fold bitreverse(shl/srl(bitreverse(x),y)) -> srl/shl(x,y) (PR #89897)
    Simon Pilgrim via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu May  2 11:20:03 PDT 2024
    
    
  
RKSimon wrote:
> Can you also do the globalisel equivalent?
Sure, I haven't worked with combinerhelper much, but I'm assuming it shouldn't be that tricky.
https://github.com/llvm/llvm-project/pull/89897
    
    
More information about the llvm-commits
mailing list