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

Nikolai Bozhenov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 11 02:35:34 PST 2017


n.bozhenov created this revision.
n.bozhenov added reviewers: spatel, craig.topper, bkramer, jlebar, RKSimon.
n.bozhenov added subscribers: llvm-commits, zansari, DavidKreitzer, aaboud.

[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


https://reviews.llvm.org/D28551

Files:
  test/CodeGen/X86/bypass-slow-division-32.ll
  test/CodeGen/X86/bypass-slow-division-64.ll
  test/CodeGen/X86/bypass-slow-division-tune.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28551.83935.patch
Type: text/x-patch
Size: 7875 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170111/8aaf8fe2/attachment.bin>


More information about the llvm-commits mailing list