OSDN Git Service

[X86] Rename some instructions that start with Int_ to have the _Int at the end.
authorCraig Topper <craig.topper@intel.com>
Sun, 10 Dec 2017 19:47:56 +0000 (19:47 +0000)
committerCraig Topper <craig.topper@intel.com>
Sun, 10 Dec 2017 19:47:56 +0000 (19:47 +0000)
commit03558038ae3053ef6a2e18092cc82a0520f80598
tree65c353098d420b40f7cefd7e7af13ec67684a312
parentb6c07b3f94e23c4530afbec3d7d4b670c0c55743
[X86] Rename some instructions that start with Int_ to have the _Int at the end.

This matches AVX512 version and is more consistent overall. And improves our scheduler models.

In some cases this adds _Int to instructions that didn't have any Int_ before. It's a side effect of the adjustments made to some of the multiclasses.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@320325 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
lib/Target/X86/X86FastISel.cpp
lib/Target/X86/X86InstrAVX512.td
lib/Target/X86/X86InstrInfo.cpp
lib/Target/X86/X86InstrSSE.td
lib/Target/X86/X86SchedBroadwell.td
lib/Target/X86/X86SchedHaswell.td
lib/Target/X86/X86SchedSandyBridge.td
lib/Target/X86/X86SchedSkylakeClient.td
lib/Target/X86/X86SchedSkylakeServer.td
test/CodeGen/X86/avx512-schedule.ll
test/CodeGen/X86/evex-to-vex-compress.mir
test/CodeGen/X86/sse-schedule.ll
test/CodeGen/X86/sse2-schedule.ll