summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/fast-isel-args-fail2.ll
Commit message (Collapse)AuthorAgeFilesLines
* Fix the test for r231201. We don't crash anymore.Filipe Cabecinhas2015-03-041-1/+1
| | | | llvm-svn: 231207
* Change the fast-isel-abort option from bool to int to enable "levels"Mehdi Amini2015-02-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Summary: Currently fast-isel-abort will only abort for regular instructions, and just warn for function calls, terminators, function arguments. There is already fast-isel-abort-args but nothing for calls and terminators. This change turns the fast-isel-abort options into an integer option, so that multiple levels of strictness can be defined. This will help no being surprised when the "abort" option indeed does not abort, and enables the possibility to write test that verifies that no intrinsics are forgotten by fast-isel. Reviewers: resistor, echristo Subscribers: jfb, llvm-commits Differential Revision: http://reviews.llvm.org/D7941 From: Mehdi Amini <mehdi.amini@apple.com> llvm-svn: 230775
* llvm/test/CodeGen/X86/fast-isel-args-fail2.ll: Don't expect to fail with ↵NAKAMURA Takumi2014-06-131-0/+1
| | | | | | -Asserts. It might or might not crash. llvm-svn: 210894
* Update test case to use "not" instead of "XFAIL".Juergen Ributzka2014-06-121-2/+1
| | | | llvm-svn: 210829
* [FastISel][X86] Argument lowering test caseJuergen Ributzka2014-06-121-0/+10
This test case is supposed to xfail, because we do not handle structs or byval arguments. llvm-svn: 210816
OpenPOWER on IntegriCloud