llvm-6502/test
Bob Wilson 5e2b05a71e Delete dead PHI machine instructions. These can be created due to type
legalization even when the IR-level optimizer has removed dead phis, such
as when the high half of an i64 value is unused on a 32-bit target.
I had to adjust a few test cases that had dead phis.
This is a partial fix for Radar 7627077.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95816 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-10 22:58:57 +00:00
..
Analysis
Archive
Assembler Function-local metadata whose operands had been optimized to no longer refer to function-local IR were not getting written by BitcodeWriter; solution is for these metadata to be enumerated just like global metadata. 2010-02-06 01:21:09 +00:00
Bindings/Ocaml
Bitcode
BugPoint
CodeGen Delete dead PHI machine instructions. These can be created due to type 2010-02-10 22:58:57 +00:00
DebugInfo
ExecutionEngine
Feature
FrontendAda
FrontendC test case for r95604. 2010-02-08 23:27:46 +00:00
FrontendC++ test case for r95604. 2010-02-08 23:27:46 +00:00
FrontendFortran
FrontendObjC
FrontendObjC++
Integer
lib
Linker
LLVMC Re-disable for Darwin; I was mistaken to think this was fixed. 2010-02-09 19:54:29 +00:00
MC MC/X86 AsmMatcher: Fix a use after free spotted by d0k, and de-XFAIL 2010-02-10 21:19:28 +00:00
Other Canonicalize sizeof and alignof on pointer types to a canonical 2010-02-10 06:13:07 +00:00
Scripts
TableGen
Transforms Move Intrinsic::objectsize lowering back to InstCombineCalls and 2010-02-09 21:24:27 +00:00
Unit
Verifier
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
site.exp.in
TestRunner.sh