Details
Details
- Reviewers
hfinkel
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM, thanks!
lib/Transforms/InstCombine/InstCombineCalls.cpp | ||
---|---|---|
551 | I believe this to be correct, we cannot return undef because we're prohibited from making the output NaN (even if the input is NaN so long as both inputs are not NaN). But please add a comment explaining this. |
I believe this to be correct, we cannot return undef because we're prohibited from making the output NaN (even if the input is NaN so long as both inputs are not NaN). But please add a comment explaining this.