OSDN Git Service

[x86] regenerate checks with update_llc_test_checks.py
authorSanjay Patel <spatel@rotateright.com>
Mon, 12 Jun 2017 17:31:36 +0000 (17:31 +0000)
committerSanjay Patel <spatel@rotateright.com>
Mon, 12 Jun 2017 17:31:36 +0000 (17:31 +0000)
commit3a1a366906c470187c962a72d09e076401dddd46
treeb8d68cd9fee97a9d357f175dabe8a72201fef3a6
parent9cae1d2455446de915a8c50d2fd772681aff10bc
[x86] regenerate checks with update_llc_test_checks.py

The dream of a unified check-line auto-generator for all phases of compilation is dead.
The llc script has already diverged to be better at its goal, so having 2 scripts that
do almost the same thing is just causing confusion.

We can rip out the llc ability in update_test_checks.py next and rename it, so it will
be clear that we have one script for llc check auto-generation and another for opt.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305206 91177308-0d34-0410-b5e6-96231b3b80d8
28 files changed:
test/CodeGen/X86/fp-select-cmp-and.ll
test/CodeGen/X86/immediate_merging64.ll
test/CodeGen/X86/loop-search.ll
test/CodeGen/X86/mask-negated-bool.ll
test/CodeGen/X86/memset-2.ll
test/CodeGen/X86/memset-nonzero.ll
test/CodeGen/X86/memset64-on-x86-32.ll
test/CodeGen/X86/negate-i1.ll
test/CodeGen/X86/negate-shift.ll
test/CodeGen/X86/negate.ll
test/CodeGen/X86/negative-sin.ll
test/CodeGen/X86/no-sse2-avg.ll
test/CodeGen/X86/not-and-simplify.ll
test/CodeGen/X86/pr13577.ll
test/CodeGen/X86/pr18014.ll
test/CodeGen/X86/rem.ll
test/CodeGen/X86/sar_fold64.ll
test/CodeGen/X86/select-with-and-or.ll
test/CodeGen/X86/sext-setcc-self.ll
test/CodeGen/X86/shift-pcmp.ll
test/CodeGen/X86/sse-intrinsics-x86-upgrade.ll
test/CodeGen/X86/sse41-intrinsics-x86-upgrade.ll
test/CodeGen/X86/statepoint-live-in.ll
test/CodeGen/X86/urem-i8-constant.ll
test/CodeGen/X86/urem-power-of-two.ll
test/CodeGen/X86/vec3.ll
test/CodeGen/X86/vector-compare-combines.ll
test/CodeGen/X86/vzero-excess.ll