llvm-project/llvm/lib
David Zarzycki a7a515cb77 Prefer AVX512 memcpy when applicable
When AVX512 is available and the preferred vector width is 512-bits or
more, we should prefer AVX512 for memcpy().

https://bugs.llvm.org/show_bug.cgi?id=43240

https://reviews.llvm.org/D67874

llvm-svn: 372540
2019-09-23 05:00:59 +00:00
..
Analysis [InstSimplify] simplifyUnsignedRangeCheck(): X >= Y && Y == 0 --> Y == 0 2019-09-21 22:27:39 +00:00
AsmParser
BinaryFormat
Bitcode Add AutoUpgrade function to add new address space datalayout string to existing datalayouts. 2019-09-18 22:15:58 +00:00
Bitstream
CodeGen [X86][SelectionDAGBuilder] Move the hack for handling MMX shift by i32 intrinsics into the X86 backend. 2019-09-23 01:05:33 +00:00
DebugInfo [Object] Extend MachOUniversalBinary::getObjectForArch 2019-09-19 00:02:12 +00:00
Demangle llvm-undname: Delete an empty, unused method. 2019-09-20 03:13:16 +00:00
ExecutionEngine [ExecutionEngine] Don't dereference a dyn_cast result. NFCI. 2019-09-16 15:19:11 +00:00
FuzzMutate
Fuzzer
IR Verifier - silence static analyzer dyn_cast<VectorType> null dereference warnings. NFCI. 2019-09-22 21:01:23 +00:00
IRReader
LTO [LTO][Legacy] Add new C inferface to query libcall functions 2019-09-16 18:49:54 +00:00
LineEditor
Linker [IRMover] Don't map globals if their types are the same 2019-09-11 18:35:49 +00:00
MC [Alignment] Introduce llvm::Align to MCSection 2019-09-13 09:29:59 +00:00
MCA
Object Support for 64-bit PC-relative relocations for X86_64 2019-09-21 01:37:14 +00:00
ObjectYAML [yaml2obj/obj2yaml] - Do not trigger llvm_unreachable when dumping/parsing relocations and e_machine is unsupported. 2019-09-20 09:15:36 +00:00
Option
Passes [Unroll] Add an option to control complete unrolling 2019-09-19 06:57:29 +00:00
ProfileData Recommit [SampleFDO] Expose an interface to return the size of a section 2019-09-21 17:23:55 +00:00
Remarks [Remarks] Allow remarks::Format::YAML to take a string table 2019-09-16 22:45:17 +00:00
Support [SystemZ] Support z15 processor name 2019-09-20 23:04:45 +00:00
TableGen [TableGen] Skip CRLF conversion when writing output 2019-09-11 22:33:50 +00:00
Target Prefer AVX512 memcpy when applicable 2019-09-23 05:00:59 +00:00
Testing
TextAPI Fix MSVC "not all control paths return a value" warning. NFCI. 2019-09-20 18:10:17 +00:00
ToolDrivers
Transforms [LSR] Silence static analyzer null dereference warnings with assertions. NFCI. 2019-09-22 17:59:24 +00:00
WindowsManifest
XRay [XRay] Silence static analyzer dyn_cast<BufferExtents> null dereference warning. NFCI. 2019-09-22 18:47:00 +00:00
CMakeLists.txt
LLVMBuild.txt