1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/lib
Henry Kao fb5be176f1 [CodeGen][SVE] Avoid scalarizing zero splat stores on scalable vectors.
Summary: Implemented in replaceZeroVectorStore(). Fixes several warnings in AArch64 SVE unit tests.

Reviewers: sdesmalen, kmclaughlin, dancgr, efriedma, each, andwar, rengolin

Reviewed By: sdesmalen

Subscribers: tschuett, kristof.beyls, hiraditya, rkruppe, psnobl, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D80824
2020-06-09 12:52:39 -04:00
..
Analysis [NFCI][CostModel] Unify getCmpSelInstrCost 2020-06-09 07:41:22 +01:00
AsmParser
BinaryFormat Magic.h - reduce includes to forward declarations. NFC. 2020-06-09 11:54:51 +01:00
Bitcode
Bitstream
CodeGen [DAGCombiner] allow more folding of fadd + fmul into fma 2020-06-09 10:41:27 -04:00
DebugInfo [DebugInfo] Fix printing of unrecognised standard opcodes 2020-06-09 14:32:20 +01:00
Demangle
DWARFLinker
ExecutionEngine [ORC] Always use ObjectLinkingLayer/JITLink for MachO on x86-64 and arm64. 2020-06-05 21:02:29 -07:00
Extensions
Frontend
Fuzzer
FuzzMutate
IR [DebugInfo] Fix assertion for extern void type 2020-06-08 13:43:18 -07:00
IRReader
LineEditor
Linker
LTO
MC [XCOFF][AIX] report_fatal_error when an overflow section is needed 2020-06-08 19:59:04 +00:00
MCA
Object [XCOFF][AIX] report_fatal_error when an overflow section is needed 2020-06-08 19:59:04 +00:00
ObjectYAML [ObjectYAML][ELF] Add support for emitting the .debug_line section. 2020-06-09 23:42:40 +08:00
Option
Passes [Inlining] Introduce -enable-npm-pgo-inline-deferral 2020-06-04 00:40:58 -07:00
ProfileData [gcov] Improve tests and lower the minimum supported version to gcov 3.4 2020-06-06 23:11:32 -07:00
Remarks YAMLRemarkParser.cpp - remove duplicate RemarkParser.h include. NFC. 2020-06-08 13:59:05 +01:00
Support [Support] Add stream tie function and use it for errs() 2020-06-09 12:51:02 +01:00
TableGen
Target [CodeGen][SVE] Avoid scalarizing zero splat stores on scalable vectors. 2020-06-09 12:52:39 -04:00
Testing
TextAPI
ToolDrivers
Transforms [InstCombine] Ensure allocation alignment mask is within range before applying as an attribute 2020-06-09 17:31:55 +01:00
WindowsManifest
XRay
CMakeLists.txt
LLVMBuild.txt