[llvm] Simplify `(a % b) lt/ge (b-1)` into `(a % b) eq/ne (b-1)` (PR #72504)
    via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Jan 12 12:21:04 PST 2024
    
    
  
elhewaty wrote:
I will finish this pull today even if it costs my life
https://github.com/llvm/llvm-project/pull/72504
    
    
More information about the llvm-commits
mailing list