[PATCH] D101191: [InstCombine] Fully disable select to and/or i1 folding
    Juneyoung Lee via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon May  3 19:31:27 PDT 2021
    
    
  
aqjune added inline comments.
================
Comment at: llvm/test/Transforms/InstCombine/or.ll:1135
 ; CHECK-NEXT:    ret i1 [[OR]]
 ;
   %x = icmp sge i16 %a, %b
----------------
This can be salvaged as well: 
https://alive2.llvm.org/ce/z/yXF96T
But I think there are more patterns that are missing. I'll leave them as missing optimization opportunities at bugzilla after this patch is reviewed.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101191/new/
https://reviews.llvm.org/D101191
    
    
More information about the llvm-commits
mailing list