]> granicus.if.org Git - llvm/commitdiff
[X86] Rename tests for bypassing slow division (NFC)
authorNikolai Bozhenov <nikolai.bozhenov@intel.com>
Thu, 12 Jan 2017 19:41:27 +0000 (19:41 +0000)
committerNikolai Bozhenov <nikolai.bozhenov@intel.com>
Thu, 12 Jan 2017 19:41:27 +0000 (19:41 +0000)
For tests on bypassing slow division there's no need to be
Atom-specific. The patch renames all tests on division bypassing
and makes their names more consistent:

  atom-bypass-slow-division.ll -> bypass-slow-division-32.ll
  (tests verifying correctness of divl-to-divb bypassing)

  atom-bypass-slow-division-64.ll -> bypass-slow-division-64.ll
  (tests verifying correctness of divq-to-divl bypassing)

  slow-div.ll -> bypass-slow-division-tune.ll
  (tests verifying that bypassing is enabled only when appropriate)

Differential Revision: https://reviews.llvm.org/D28197

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291802 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/bypass-slow-division-32.ll [moved from test/CodeGen/X86/atom-bypass-slow-division.ll with 100% similarity]
test/CodeGen/X86/bypass-slow-division-64.ll [moved from test/CodeGen/X86/atom-bypass-slow-division-64.ll with 100% similarity]
test/CodeGen/X86/bypass-slow-division-tune.ll [moved from test/CodeGen/X86/slow-div.ll with 100% similarity]