This is an archive of the discontinued LLVM Phabricator instance.

Add some tests for cast+clamp/min/max before D33186.
ClosedPublic

Authored by a.elovikov on Jul 5 2017, 2:18 AM.

Details

Summary
  • add more tests
  • pr27236.ll: rename %tmpN -> %N because otherwise a FileCheck variable for newly appeared unnamed value would use the same name as tmpN (as generated by update_test_checks.py)
  • run update_test_checks.py

Diff Detail

Repository
rL LLVM

Event Timeline

a.elovikov created this revision.Jul 5 2017, 2:18 AM
efriedma accepted this revision.Jul 7 2017, 4:00 PM

LGTM.

This revision is now accepted and ready to land.Jul 7 2017, 4:00 PM

Added mixed clamp tests with fptosi.

This revision was automatically updated to reflect the committed changes.