This is an archive of the discontinued LLVM Phabricator instance.

[InstCombine] Improve with.overflow intrinsic tests
ClosedPublic

Authored by dlrobertson on Mar 17 2019, 12:01 PM.

Details

Summary
  • Do not use unnamed values in saddo tests
  • Add tests for canonicalization of a constant arg0

Diff Detail

Repository
rL LLVM

Event Timeline

dlrobertson created this revision.Mar 17 2019, 12:01 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 17 2019, 12:01 PM
lebedev.ri accepted this revision.Mar 17 2019, 12:06 PM

This is NFC, no real need for review.

This revision is now accepted and ready to land.Mar 17 2019, 12:06 PM
  • Add plain add test
This revision was automatically updated to reflect the committed changes.