[PATCH] D136096: InstSimplify: Fold fdiv nnan ninf x, 0 -> poison
    Matt Arsenault via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Oct 17 11:38:25 PDT 2022
    
    
  
arsenm added inline comments.
================
Comment at: llvm/test/Transforms/InstSimplify/fdiv.ll:64
 
 ; https://alive2.llvm.org/ce/z/ryZBn6
 define float @fdiv_nnan_ninf_by_zero_f32(float %x) {
----------------
spatel wrote:
> This Alive2 link is showing folding to infinity rather than poison. Please adjust. Also, add the amended link to the patch summary/commit message?
This link is in a pre-commit to add new tests, I'll fix it there
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136096/new/
https://reviews.llvm.org/D136096
    
    
More information about the llvm-commits
mailing list