llvm-6502/test
Chris Lattner e3c6281a98 fix a bug noticed by inspection: when instcombine sinks loads through
phis, it didn't preserve the alignment of the load.  This is a missed
optimization of the alignment is high and a miscompilation when the
alignment is low.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85736 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-01 19:50:13 +00:00
..
Analysis Convert Analysis tests to FileCheck in regards to PR5307. 2009-10-27 14:54:46 +00:00
Archive
Assembler
Bindings/Ocaml
Bitcode
BugPoint
CodeGen Fix tests. 2009-11-01 18:13:29 +00:00
DebugInfo
ExecutionEngine
Feature add bitcode reader support for blockaddress. We can now fully 2009-10-28 05:53:48 +00:00
FrontendAda Check that accessing a struct field that occurs before the start 2009-10-22 12:53:25 +00:00
FrontendC
FrontendC++ We currently only run ipsccp at LTO time, which is silly. It subsumes 2009-11-01 18:57:49 +00:00
FrontendFortran
FrontendObjC
FrontendObjC++
Integer
lib
Linker
LLVMC Add a test for OptionPreprocessor. 2009-10-25 01:43:50 +00:00
MC
Other Update these tests to match what Loop::print now prints. 2009-10-24 23:52:07 +00:00
Scripts Teach macho-dump to dump UUIDs. 2009-10-24 20:32:36 +00:00
TableGen
Transforms fix a bug noticed by inspection: when instcombine sinks loads through 2009-11-01 19:50:13 +00:00
Unit
Verifier
CMakeLists.txt
lit.cfg Add missing substitution for %llvmgcc_only. 2009-10-30 21:13:59 +00:00
lit.site.cfg.in
Makefile Fix gmake check for AuroraUX triple. 2009-10-26 02:37:56 +00:00
Makefile.tests
site.exp.in
TestRunner.sh