1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/lib
David Sherwood db7d870d70 [SVE][CodeGen] Add simple integer add tests for SVE tuple types
I have added tests to:

  CodeGen/AArch64/sve-intrinsics-int-arith.ll

for doing simple integer add operations on tuple types. Since these
tests introduced new warnings due to incorrect use of
getVectorNumElements() I have also fixed up these warnings in the
same patch. These fixes are:

1. In narrowExtractedVectorBinOp I have changed the code to bail out
early for scalable vector types, since we've not yet hit a case that
proves the optimisations are profitable for scalable vectors.
2. In DAGTypeLegalizer::WidenVecRes_CONCAT_VECTORS I have replaced
calls to getVectorNumElements with getVectorMinNumElements in cases
that work with scalable vectors. For the other cases I have added
asserts that the vector is not scalable because we should not be
using shuffle vectors and build vectors in such cases.

Differential revision: https://reviews.llvm.org/D84016
2020-07-29 13:32:10 +01:00
..
Analysis [InstSimplify] allow undefs in icmp with vector constant folds 2020-07-28 15:13:53 -04:00
AsmParser [ThinLTO] parse flags and blockcount summaries 2020-07-20 09:50:22 -07:00
BinaryFormat
Bitcode [NFC] Move BitcodeCommon.h from Bitstream to Bitcode 2020-07-27 20:49:17 +00:00
Bitstream
CodeGen [SVE][CodeGen] Add simple integer add tests for SVE tuple types 2020-07-29 13:32:10 +01:00
DebugInfo [Symbolize][PDB] Switch llvm-symbolizer to use PDB_ReaderType::Native. 2020-07-22 17:17:57 -07:00
Demangle [NFC] Use std::free instead of ::free 2020-07-20 16:19:08 -04:00
DWARFLinker
ExecutionEngine [ORC] Remove a redundant call to getTargetMemory. 2020-07-26 17:34:31 -07:00
Extensions
Frontend [OpenMP][IRBuilder] Support nested parallel regions 2020-07-14 22:39:06 -05:00
Fuzzer
FuzzMutate
IR [NFC] Edit the comment in User::replaceUsesOfWith 2020-07-29 10:02:04 +08:00
IRReader
LineEditor
Linker Revert rG5dd566b7c7b78bd- "PassManager.h - remove unnecessary Function.h/Module.h includes. NFCI." 2020-07-24 13:02:33 +01:00
LTO [NewPM] Support optnone under new pass manager 2020-07-21 09:53:43 -07:00
MC [MC] [COFF] Make sure that weak external symbols are undefined symbols 2020-07-24 22:15:08 +03:00
MCA
Object [llvm-readobj] - Refactor how the code dumps relocations. 2020-07-20 12:05:05 +03:00
ObjectYAML [DWARFYAML] Rename checkListEntryOperands() to checkOperandCount(). NFC. 2020-07-28 22:57:39 +08:00
Option [OptTable] Support grouped short options 2020-07-17 09:32:43 -07:00
Passes On Windows build, making the /bigobj flag global , instead of passing it per file. 2020-07-28 18:04:36 -05:00
ProfileData Supplement instr profile with sample profile. 2020-07-27 20:17:40 -07:00
Remarks
Support [FileCheck] Report captured variables 2020-07-28 19:15:18 -04:00
TableGen [TableGen][CGS] Print better errors on overlapping InstRW 2020-07-27 09:41:10 -06:00
Target [ARM] Optimize immediate selection 2020-07-29 13:29:17 +01:00
Testing Use INTERFACE_COMPILE_OPTIONS to disable -Wsuggest-override for any target that links to gtest 2020-07-27 08:37:01 -07:00
TextAPI
ToolDrivers [llvm-lib] Support adding short import library objects with llvm-lib 2020-07-24 22:15:08 +03:00
Transforms [LoopSimplifyCFG] Delete landing pads in dead exit blocks 2020-07-29 18:36:51 +07:00
WindowsManifest
XRay
CMakeLists.txt
LLVMBuild.txt