]> granicus.if.org Git - llvm/commit
Merging r243638 and r243640:
authorHans Wennborg <hans@hanshq.net>
Thu, 30 Jul 2015 16:18:53 +0000 (16:18 +0000)
committerHans Wennborg <hans@hanshq.net>
Thu, 30 Jul 2015 16:18:53 +0000 (16:18 +0000)
commitd0702afadfab040e130063207b0ff63ec7ca4a08
tree54941744d5c32f93936b8eca9cd7323de336ff9d
parent6055b680c7052a858b084b9c59741ecedc861604
Merging r243638 and r243640:
------------------------------------------------------------------------
r243638 | vkalintiris | 2015-07-30 05:39:33 -0700 (Thu, 30 Jul 2015) | 12 lines

[mips][FastISel] Remove hidden mips-fast-isel option.

Summary:
This hidden option would disable code generation through FastISel by
default. It was removed from the available options and from the
Fast-ISel tests that required it in order to run the tests.

Reviewers: dsanders

Subscribers: qcolombet, llvm-commits

Differential Revision: http://reviews.llvm.org/D11610
------------------------------------------------------------------------

------------------------------------------------------------------------
r243640 | vkalintiris | 2015-07-30 06:13:09 -0700 (Thu, 30 Jul 2015) | 5 lines

[mips] Fix out-of-date debug information in test file.

Update the debug info in the check-lines because the change in r243638
introduced a constant initialization before the prologue's end as part
of a register spill.
------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_37@243650 91177308-0d34-0410-b5e6-96231b3b80d8
31 files changed:
lib/Target/Mips/MipsISelLowering.cpp
test/CodeGen/Mips/Fast-ISel/br1.ll
test/CodeGen/Mips/Fast-ISel/bswap1.ll
test/CodeGen/Mips/Fast-ISel/callabi.ll
test/CodeGen/Mips/Fast-ISel/constexpr-address.ll
test/CodeGen/Mips/Fast-ISel/div1.ll
test/CodeGen/Mips/Fast-ISel/fastalloca.ll
test/CodeGen/Mips/Fast-ISel/fastcc-miss.ll
test/CodeGen/Mips/Fast-ISel/fpcmpa.ll
test/CodeGen/Mips/Fast-ISel/fpext.ll
test/CodeGen/Mips/Fast-ISel/fpintconv.ll
test/CodeGen/Mips/Fast-ISel/fptrunc.ll
test/CodeGen/Mips/Fast-ISel/icmpa.ll
test/CodeGen/Mips/Fast-ISel/loadstore2.ll
test/CodeGen/Mips/Fast-ISel/loadstoreconv.ll
test/CodeGen/Mips/Fast-ISel/loadstrconst.ll
test/CodeGen/Mips/Fast-ISel/logopm.ll
test/CodeGen/Mips/Fast-ISel/memtest1.ll
test/CodeGen/Mips/Fast-ISel/mul1.ll
test/CodeGen/Mips/Fast-ISel/nullvoid.ll
test/CodeGen/Mips/Fast-ISel/overflt.ll
test/CodeGen/Mips/Fast-ISel/rem1.ll
test/CodeGen/Mips/Fast-ISel/retabi.ll
test/CodeGen/Mips/Fast-ISel/sel1.ll
test/CodeGen/Mips/Fast-ISel/shftopm.ll
test/CodeGen/Mips/Fast-ISel/shift.ll
test/CodeGen/Mips/Fast-ISel/simplestore.ll
test/CodeGen/Mips/Fast-ISel/simplestorefp1.ll
test/CodeGen/Mips/Fast-ISel/simplestorei.ll
test/CodeGen/Mips/emergency-spill-slot-near-fp.ll
test/DebugInfo/Mips/delay-slot.ll