llvm-6502/test
Quentin Colombet 5a2fb058d3 LSR: Fix the parameters used to compute the scaling factor cost.
Prior to this change, the considered addressing modes may be invalid since the
maximum and minimum offsets were not taking into account.
This was causing an assertion failure.

The added test case exercices that behavior.

<rdar://problem/14199725> Assertion failed: (CurScaleCost >= 0 && "Legal
addressing mode has an illegal cost!")


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184341 91177308-0d34-0410-b5e6-96231b3b80d8
2013-06-19 19:59:41 +00:00
..
Analysis
Archive Remove the 'R' modifier. 2013-06-19 14:58:16 +00:00
Assembler
Bindings/Ocaml
Bitcode
BugPoint
CodeGen AArch64: remove accidental test output file. 2013-06-18 21:16:53 +00:00
DebugInfo Fix frame pointer debug information test 2013-06-14 19:55:26 +00:00
ExecutionEngine
Feature
FileCheck
Instrumentation
Integer
JitListener
Linker
MC ARM: Add optional datatype suffix to NEON mvn asm syntax. 2013-06-18 21:49:21 +00:00
Object [yaml2obj][ELF] Beef up this test a bit. 2013-06-19 00:55:32 +00:00
Other Add a testcase for r184074. 2013-06-17 14:00:41 +00:00
TableGen
tools readobj: Dump PE/COFF optional records. 2013-06-12 19:10:33 +00:00
Transforms LSR: Fix the parameters used to compute the scaling factor cost. 2013-06-19 19:59:41 +00:00
Unit
Verifier
YAMLParser
CMakeLists.txt
lit.cfg Remove the LLVM specific archive index. 2013-06-14 23:25:53 +00:00
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh