Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix div-by-0 partial eval tests (#3873)
According to the spec, division by zero is invalid even if only the rhs can be constant evaluated for integral types. However, for FP types, it is only an error if the whole expression can be const-evaled.
- Loading branch information