[PATCH] D154579: [InstCombine] Only perform one iteration
    Arthur Eubanks via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Jul 28 10:40:41 PDT 2023
    
    
  
aeubanks accepted this revision.
aeubanks added a comment.
This revision is now accepted and ready to land.
lgtm
================
Comment at: llvm/test/Transforms/InstCombine/shift.ll:5
+; The fuzzer-generated @ashr_out_of_range test case does not reach a fixpoint,
+; because a logical and it not relaxed to a bitwise and in one iteration.
 
----------------
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154579/new/
https://reviews.llvm.org/D154579
    
    
More information about the llvm-commits
mailing list