llvm-6502/test
David Majnemer 62baa594d7 ScalarEvolution: HowFarToZero was wrongly using signed division
HowFarToZero was supposed to use unsigned division in order to calculate
the backedge taken count.  However, SCEVDivision::divide performs signed
division.  Unless I am mistaken, no users of SCEVDivision actually want
signed arithmetic: switch to udiv and urem.

This fixes PR21578.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222093 91177308-0d34-0410-b5e6-96231b3b80d8
2014-11-16 07:30:35 +00:00
..
Analysis ScalarEvolution: HowFarToZero was wrongly using signed division 2014-11-16 07:30:35 +00:00
Assembler
Bindings
Bitcode
BugPoint
CodeGen [DAG] Improved target independent vector shuffle folding logic. 2014-11-15 22:56:25 +00:00
DebugInfo Add a test for r222029 that doesn't rely on the default target being a COFF platform. 2014-11-14 21:23:26 +00:00
ExecutionEngine Fix symbol resolution of floating point libc builtins in MCJIT 2014-11-13 23:32:52 +00:00
Feature
FileCheck
Instrumentation
Integer
JitListener
Linker
LTO
MC R600/SI: Start implementing an assembler 2014-11-14 14:08:00 +00:00
Object
Other
SymbolRewriter
TableGen
tools Add the code and test cases for 64-bit ARM to llvm-objdump’s Mach-O symbolizer. 2014-11-14 21:52:18 +00:00
Transforms Revert "Don't make assumptions about the name of private global variables." 2014-11-15 02:03:53 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile OCAMLFLAGS can contain =, don't use = with sed 2014-11-13 09:29:30 +00:00
Makefile.tests
TestRunner.sh