llvm/test
Diana Picus 62bc4f0ac3 [ARM][GlobalISel] Support for G_ANYEXT
G_ANYEXT can be introduced by the legalizer when widening scalars. Add
support for it in the register bank info (same mapping as everything
else) and in the instruction selector.

When selecting it, we treat it as a COPY, just like G_TRUNC. On this
occasion we get rid of some assertions in selectCopy so we can reuse it.
This shouldn't be a problem at the moment since we're not supporting any
complicated cases (e.g. FPR, different register banks). We might want to
separate the paths when we do.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@302778 91177308-0d34-0410-b5e6-96231b3b80d8
2017-05-11 08:28:31 +00:00
..
Analysis AMDGPU: Make some packed shuffles free 2017-05-10 21:29:33 +00:00
Assembler
Bindings
Bitcode
BugPoint
CodeGen [ARM][GlobalISel] Support for G_ANYEXT 2017-05-11 08:28:31 +00:00
DebugInfo [codeview] Check for a DIExpression offset for local variables 2017-05-09 19:59:29 +00:00
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation
Integer
JitListener
LibDriver
Linker
LTO
MC [SystemZ] Add miscellaneous instructions 2017-05-10 14:20:15 +00:00
Object [llvm-readobj] Improve errors on invalid binary 2017-05-10 14:18:11 +00:00
ObjectYAML [WebAssembly] Improve libObject support for wasm imports and exports 2017-05-09 23:48:41 +00:00
Other
SymbolRewriter
TableGen
ThinLTO/X86
tools [llvm-readobj] Improve errors on invalid binary 2017-05-10 14:18:11 +00:00
Transforms [InstCombine] remove fold that swaps xor/or with constants; NFCI 2017-05-10 21:33:55 +00:00
Unit
Verifier Make it illegal for two Functions to point to the same DISubprogram 2017-05-09 19:47:37 +00:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
TestRunner.sh