1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/lib
Craig Topper a04fa612fc [X86] Disable copy elision in LowerMemArgument for scalarized vectors when the loc VT is a different size than the original element.
For example a v4f16 argument is scalarized to 4 i32 values. So
the values are spread out instead of being packed tightly like
in the original vector.

Fixes PR47000.
2020-08-05 15:44:54 -07:00
..
Analysis [InstSimplify] fold icmp with mul nsw and constant operands 2020-08-05 14:38:39 -04:00
AsmParser
BinaryFormat
Bitcode
Bitstream
CodeGen [Propeller]: Use a descriptive temporary symbol name for the end of the basic block. 2020-08-05 13:17:19 -07:00
DebugInfo Add verification for DW_AT_decl_file and DW_AT_call_file. 2020-08-05 15:30:13 -07:00
Demangle
DWARFLinker
ExecutionEngine [JITLink][AArch64] Handle addends on PAGE21 / PAGEOFF12 relocations. 2020-08-05 08:50:46 -07:00
Extensions
Frontend [OpenMP][IRBuilder] Support allocas in nested parallel regions 2020-07-30 10:19:39 -05:00
Fuzzer
FuzzMutate
IR [NFC][APInt][DenseMapInfo] Move DenseMapAPIntKeyInfo into DenseMap.h as DenseMapInfo<APInt> 2020-08-03 23:31:13 +09:00
IRReader
LineEditor
Linker
LTO
MC [MC] Fix memory leak when allocating MCInst with bump allocator 2020-08-03 16:08:26 -07:00
MCA
Object [llvm-readobj] - Make decode_relrs() don't return Expected<>. NFCI. 2020-08-05 17:05:47 +03:00
ObjectYAML [AMDGPU] gfx1031 target 2020-08-05 12:36:26 -07:00
Option [llvm-symbolizer] Switch command line parsing from llvm::cl to OptTable 2020-08-04 08:53:15 -07:00
Passes [NewPM][LoopRotate] Rename rotate -> loop-rotate 2020-08-05 12:25:01 -07:00
ProfileData [llvm-cov] reset executation count to 0 after wrapped segment 2020-08-04 18:38:44 -07:00
Remarks
Support [AMDGPU] gfx1031 target 2020-08-05 12:36:26 -07:00
TableGen
Target [X86] Disable copy elision in LowerMemArgument for scalarized vectors when the loc VT is a different size than the original element. 2020-08-05 15:44:54 -07:00
Testing
TextAPI
ToolDrivers
Transforms [InstCombine] fold icmp with 'mul nsw/nuw' and constant operands 2020-08-05 17:29:32 -04:00
WindowsManifest
XRay
CMakeLists.txt
LLVMBuild.txt