Details
Details
- Reviewers
spatel cameron.mcinally kpn
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Looks like IEEE 754-2019 section 7.3 says this should result in Infinity, but the ninf flag excludes Infinity, so poison seems correct.
LGTM
llvm/test/Transforms/InstSimplify/fdiv.ll | ||
---|---|---|
64 | This Alive2 link is showing folding to infinity rather than poison. Please adjust. Also, add the amended link to the patch summary/commit message? |
llvm/test/Transforms/InstSimplify/fdiv.ll | ||
---|---|---|
64 | This link is in a pre-commit to add new tests, I'll fix it there |
llvm/test/Transforms/InstSimplify/fdiv.ll | ||
---|---|---|
64 | That works. |
This Alive2 link is showing folding to infinity rather than poison. Please adjust. Also, add the amended link to the patch summary/commit message?