[PATCH] D147078: [LICM][BPF] Disable hoistMinMax() optimization for BPF target
    Dávid Bolvanský via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Apr  3 04:22:25 PDT 2023
    
    
  
xbolva00 added a comment.
>> caused the verifier to stop recognizing such loop as bounded.
So it should be better to teach verifier / loop analysis / scev / xyz about this pattern (user can still write it directly).
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D147078/new/
https://reviews.llvm.org/D147078
    
    
More information about the llvm-commits
mailing list