summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/lsr-normalization.ll
Commit message (Collapse)AuthorAge
* More rewrites of x86 codegen regression tests with FileCheckMichael Liao2013-05-01
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180837 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix SCEV denormalization of expressions where the exit value fromDan Gohman2010-07-20
one loop is involved in the increment of an addrec for another loop. This fixes rdar://8168938. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108863 91177308-0d34-0410-b5e6-96231b3b80d8