1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/lib
Sander de Smalen 417d6e4c17 [LoopVectorizer] NFC: Propagate ElementCount to more interfaces.
Interfaces changed to take `ElementCount` as parameters:
* LoopVectorizationPlanner::buildVPlans
* LoopVectorizationPlanner::buildVPlansWithVPRecipes
* LoopVectorizationCostModel::selectVectorizationFactor

This patch is NFC for fixed-width vectors.

Reviewed By: dmgreen, ctetreau

Differential Revision: https://reviews.llvm.org/D90879
2020-11-10 11:11:02 +00:00
..
Analysis [NFC] Different way of getting step 2020-11-10 13:48:02 +07:00
AsmParser [AMDGPU] Add amdgpu_gfx calling convention 2020-11-09 16:51:44 +01:00
BinaryFormat
Bitcode [Bitcode] Make some basic PlaceholderQueue/MetadataLoaderImpl helper methods const. NFCI. 2020-10-31 12:16:48 +00:00
Bitstream
CodeGen [GlobalISel] Add combine for (x | mask) -> x when (x | mask) == x 2020-11-10 11:32:13 +01:00
DebugInfo [Aarch64] Fix assumption that Windows implies x86 2020-10-30 12:11:34 +00:00
Demangle
DWARFLinker [DWARFLinker] Convert analyzeContextInfo to a work list (NFC) 2020-11-07 10:46:09 -08:00
ExecutionEngine [RTDYLD] support absolute relocations where needed 2020-11-06 14:08:59 -05:00
Extensions
FileCheck [FileCheck] Report missing prefixes when more than one is provided. 2020-10-30 12:39:29 -07:00
Frontend [OMPIRBuilder] Start 'Create' methods with lower case. NFC. 2020-11-09 19:35:11 -06:00
Fuzzer
FuzzMutate
InterfaceStub
IR [AMDGPU] Add amdgpu_gfx calling convention 2020-11-09 16:51:44 +01:00
IRReader
LineEditor
Linker
LTO [NFC] Clean up PassBuilder 2020-10-30 10:03:59 -07:00
MC [ms] [llvm-ml] Support MASM's relational operators (EQ, LT, etc.) 2020-11-09 14:01:36 -05:00
MCA [MCA][LSUnit] Correctly update the internal group flags on store barrier execution. Fixes PR48024. 2020-10-31 11:57:27 +00:00
Object Recommit: [llvm-readelf/obj] - Allow dumping of ELF header even if some elements are corrupt. 2020-11-09 12:53:53 +03:00
ObjectYAML [yaml2obj] - ProgramHeaders: introduce FirstSec/LastSec instead of Sections list. 2020-11-09 13:00:50 +03:00
Option
Passes [NewPM] Port -separate-const-offset-from-gep 2020-11-09 17:42:36 -08:00
ProfileData
Remarks
Support [llvm] [Support] Fix segv if argv0 is null in getMainExecutable() 2020-11-09 11:35:11 +01:00
TableGen [TableGen] Add the !filter bang operator. 2020-11-09 10:56:55 -05:00
Target [GlobalISel] Add combine for (x | mask) -> x when (x | mask) == x 2020-11-10 11:32:13 +01:00
Testing
TextAPI
ToolDrivers
Transforms [LoopVectorizer] NFC: Propagate ElementCount to more interfaces. 2020-11-10 11:11:02 +00:00
WindowsManifest
XRay
CMakeLists.txt
LLVMBuild.txt