1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 14:02:52 +02:00
llvm-mirror/include/llvm
Matt Arsenault 85dd075020 DAGCombiner: Combine extract_vector_elt from build_vector
This basic combine was surprisingly missing.
AMDGPU legalizes many operations in terms of 32-bit vector components,
so not doing this results in many extra copies and subregister extracts
that need to be cleaned up later.

InstCombine already does this for the hasOneUse case. The target hook
is to fix a handful of tests which break (e.g. ARM/vmov.ll) which turn
from a vector materialize repeated immediate instruction to a constant
vector load with more scalar copies from it.

llvm-svn: 250129
2015-10-12 23:59:50 +00:00
..
ADT CodeGen: Remove implicit iterator conversions from MBB.cpp 2015-10-09 19:36:12 +00:00
Analysis Update the branch weight metadata in JumpThreading pass. 2015-10-12 19:44:08 +00:00
AsmParser AsmParser: Save and restore the parsing state for types using SlotMapping. 2015-08-21 21:32:39 +00:00
Bitcode Support for function summary index bitcode sections and files. 2015-10-04 14:33:43 +00:00
CodeGen [SelectionDAG] Add common vector constant folding helper function 2015-10-12 23:00:11 +00:00
Config Make the default triple optional by allowing an empty string 2015-09-16 05:34:32 +00:00
DebugInfo [llvm-symbolizer] Make --relative-address work with DWARF contexts 2015-10-09 00:15:01 +00:00
ExecutionEngine [Orc] Enable user supplied partitioning functors in the CompileOnDemand layer. 2015-10-07 21:53:41 +00:00
IR [X86] Add XSAVE intrinsic family 2015-10-12 11:47:46 +00:00
IRReader
LibDriver LibDriver: Replace references to lld-link2 with lld-link. 2015-08-06 19:00:42 +00:00
LineEditor
Linker New bitcode linker flags: 2015-09-01 17:55:55 +00:00
LTO Reapply "LTO: Disable extra verify runs in release builds" 2015-09-15 23:05:59 +00:00
MC [llvm-symbolizer] Reverting r250067 2015-10-12 17:57:02 +00:00
Object Fixed bugs in llvm-obdump while parsing Mach-O files from malformed archives 2015-10-12 22:04:54 +00:00
Option
Passes
ProfileData Remove unused function in sample profile writer API - NFC. 2015-10-09 21:33:13 +00:00
Support Add - and -= operators to BlockFrequency using saturating arithmetic. 2015-10-12 18:34:00 +00:00
TableGen Re-commit r247216: "Fix Clang-tidy misc-use-override warnings, other minor fixes" 2015-09-10 16:49:58 +00:00
Target DAGCombiner: Combine extract_vector_elt from build_vector 2015-10-12 23:59:50 +00:00
Transforms [PlaceSafeopints] Extract out callsGCLeafFunction, NFC 2015-10-08 23:18:30 +00:00
CMakeLists.txt
InitializePasses.h [WinEH] Add a funclet layout pass 2015-09-17 20:45:18 +00:00
LinkAllIR.h
LinkAllPasses.h [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible 2015-09-09 17:55:00 +00:00
module.modulemap [modules] Move ConvertUTF.h to a separate submodule that doesn't require C++. 2015-09-11 03:14:00 +00:00
module.modulemap.build
Pass.h
PassAnalysisSupport.h [LPM] Teach the legacy pass manager to support *using* an analysis 2015-08-19 03:02:12 +00:00
PassInfo.h Reformat partially. 2015-10-05 04:46:30 +00:00
PassRegistry.h
PassSupport.h Support: Clean up TSan annotations. 2015-08-18 22:31:24 +00:00