llvm-6502/test
Richard Sandiford 5d7e93c0d4 Handle (shl (anyext (shr ...))) in SimpilfyDemandedBits
This is really an extension of the current (shl (shr ...)) -> shl optimization.
The main difference is that certain upper bits must also not be demanded.

The motivating examples are the first two in the testcase, which occur
in llvmpipe output.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192783 91177308-0d34-0410-b5e6-96231b3b80d8
2013-10-16 10:26:19 +00:00
..
Analysis
Assembler
Bindings/Ocaml
Bitcode
BugPoint
CodeGen Handle (shl (anyext (shr ...))) in SimpilfyDemandedBits 2013-10-16 10:26:19 +00:00
DebugInfo Fix a pair of bugs in the emission of pubname tables: 2013-10-16 01:37:49 +00:00
ExecutionEngine
Feature
FileCheck
Instrumentation [msan] Instrument x86.*_cvt* intrinsics. 2013-10-14 15:16:25 +00:00
Integer
JitListener
Linker
LTO
MC Revert r192758 (and r192759), "MC: Better handling of tricky symbol and section names" 2013-10-16 08:22:49 +00:00
Object
Other
TableGen
tools
Transforms
Unit
Verifier Add support for metadata representing .ident directives. 2013-10-16 01:49:05 +00:00
YAMLParser
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh