This is an archive of the discontinued LLVM Phabricator instance.

[X86] Modify BypassSlowDivision tests to match their new names (NFC)
ClosedPublic

Authored by n.bozhenov on Jan 11 2017, 2:35 AM.

Details

Summary

[X86] Modify BypassSlowDivision tests to match their new names (NFC)

  • bypass-slow-division-32.ll: tests verifying correctness of divl-to-divb bypassing
  • bypass-slow-division-64.ll: tests verifying correctness of divq-to-divl bypassing
  • bypass-slow-division-tune.ll: tests verifying that bypassing is enabled only when appropriate

Diff Detail

Repository
rL LLVM

Event Timeline

n.bozhenov updated this revision to Diff 83935.Jan 11 2017, 2:35 AM
n.bozhenov retitled this revision from to [X86] Modify BypassSlowDivision tests to match their new names (NFC).
n.bozhenov updated this object.
RKSimon accepted this revision.Jan 11 2017, 7:23 AM
RKSimon edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jan 11 2017, 7:23 AM
This revision was automatically updated to reflect the committed changes.