[PATCH] D136096: InstSimplify: Fold fdiv nnan ninf x, 0 -> poison
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 17 11:32:04 PDT 2022
spatel 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) {
----------------
This Alive2 link is showing folding to infinity rather than poison. Please adjust. Also, add the amended link to the patch summary/commit message?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136096/new/
https://reviews.llvm.org/D136096
More information about the llvm-commits
mailing list