This was only handling the libcall. This is another example
of why only the intrinsic should ever be used when it exists.
Details
Details
- Reviewers
arsenm
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM.
One comment: I also wonder if other comparisons could be folded. I think for example about FCMP_UGT/FCMP_UGE which are always true?