[llvm] [InstCombine] Fold Minimum over Trailing/Leading Bits Counts (PR #90402)
    Nikita Popov via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sun Apr 28 20:43:35 PDT 2024
    
    
  
nikic wrote:
> Could we use value tracking and support non-constant values and non-uniform vectors?
I don't think this transform is profitable for non-constant values.
https://github.com/llvm/llvm-project/pull/90402
    
    
More information about the llvm-commits
mailing list