llvm-6502/test
Nate Begeman 93e0ed31c5 Don't pull vector sext through both hands of a logical operation, since doing so prevents the fusion of vector sext and setcc into vsetcc.
Add a testcase for the above transformation.
Fix a bogus use of APInt noticed while tracking this down.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90423 91177308-0d34-0410-b5e6-96231b3b80d8
2009-12-03 07:11:29 +00:00
..
Analysis Add a comment about A[i+(j+1)]. 2009-12-01 01:38:10 +00:00
Archive
Assembler
Bindings/Ocaml
Bitcode
BugPoint
CodeGen Don't pull vector sext through both hands of a logical operation, since doing so prevents the fusion of vector sext and setcc into vsetcc. 2009-12-03 07:11:29 +00:00
DebugInfo Clear function specific containers while processing end of a function, even if DW_TAG_subprogram for current function is not found. 2009-12-01 18:13:48 +00:00
ExecutionEngine
Feature
FrontendAda
FrontendC Debug info is disabled on PPC Darwin. 2009-11-30 22:23:29 +00:00
FrontendC++ Debug info is disabled on PPC Darwin. 2009-11-30 22:23:29 +00:00
FrontendFortran
FrontendObjC Test case for r90175. 2009-12-01 00:13:06 +00:00
FrontendObjC++
Integer
lib
Linker
LLVMC
MC
Other
Scripts
TableGen Fix pr5470. Tablegen handles template arguments by temporarily setting their 2009-11-22 03:58:57 +00:00
Transforms Fix this crasher, and add a FIXME for a missed optimization. 2009-12-03 03:43:29 +00:00
Unit
Verifier
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
site.exp.in
TestRunner.sh