[llvm] [InstCombine] Fold `(icmp pred (trunc nuw/nsw X), C)` -> `(icmp pred X, (zext/sext C))` (PR #87935)
    Nikita Popov via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sun Apr 28 22:48:39 PDT 2024
    
    
  
nikic wrote:
I went ahead and did this myself -- and didn't find any issues this time around. Maybe we don't have that many interesting trunc combines...
https://github.com/llvm/llvm-project/pull/87935
    
    
More information about the llvm-commits
mailing list