llvm-6502/test
Bob Wilson fe61fb1e10 Add a new pass on machine instructions to optimize away PHI cycles that
reduce down to a single value.  InstCombine already does this transformation
but DAG legalization may introduce new opportunities.  This has turned out to
be important for ARM where 64-bit values are split up during type legalization:
InstCombine is not able to remove the PHI cycles on the 64-bit values but
the separate 32-bit values can be optimized.  I measured the compile time 
impact of this (running llc on 176.gcc) and it was not significant.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95951 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-12 01:30:21 +00:00
..
Analysis
Archive
Assembler
Bindings/Ocaml
Bitcode
BugPoint
CodeGen Add a new pass on machine instructions to optimize away PHI cycles that 2010-02-12 01:30:21 +00:00
DebugInfo
ExecutionEngine
Feature Add a new function attribute, 'alignstack'. It will indicate (when the backends 2010-02-12 00:31:15 +00:00
FrontendAda
FrontendC
FrontendC++
FrontendFortran
FrontendObjC
FrontendObjC++
Integer
lib
Linker
LLVMC
MC fix the encodings of monitor and mwait, which were completely 2010-02-12 01:06:22 +00:00
Other
Scripts
TableGen
Transforms Make sure that ConstantExpr offsets also aren't off of extern 2010-02-11 17:44:04 +00:00
Unit
Verifier
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
site.exp.in
TestRunner.sh