1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/lib
Christopher Tetreault 650da30b37 [SVE] Fix bad FixedVectorType cast in simplifyDivRem
Summary:
simplifyDivRem attempts to walk a VectorType elementwise. Ensure that it
only does so for FixedVectorType

Reviewers: efriedma, spatel, lebedev.ri, david-arm, kmclaughlin

Reviewed By: spatel, david-arm

Subscribers: tschuett, hiraditya, rkruppe, psnobl, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D81856
2020-06-16 13:17:05 -07:00
..
Analysis [SVE] Fix bad FixedVectorType cast in simplifyDivRem 2020-06-16 13:17:05 -07:00
AsmParser [LLParser] Delete temp CallInst when error occurs 2020-06-16 11:41:25 +08:00
BinaryFormat [WebAssembly] Adding 64-bit version of R_WASM_MEMORY_ADDR_* relocs 2020-06-15 10:07:42 -07:00
Bitcode [strictfp] Replace dangling strictfp attrs with nobuiltin 2020-06-15 10:05:35 -04:00
Bitstream
CodeGen GlobalISel: Fix not failing on widening G_INSERT_VECTOR_ELT 2020-06-16 15:48:57 -04:00
DebugInfo [DebugInfo/DWARF] - Report .eh_frame sections of version != 1. 2020-06-16 15:46:26 +03:00
Demangle
DWARFLinker
ExecutionEngine [RuntimeDyld] Add dependence on Core. 2020-06-15 11:14:27 -07:00
Extensions
Frontend
Fuzzer
FuzzMutate [SVE] Eliminate calls to default-false VectorType::get() from FuzzMutate 2020-06-09 13:57:36 -07:00
IR Revert "[AssumeBundles] add cannonicalisation to the assume builder" 2020-06-16 14:34:55 +02:00
IRReader
LineEditor
Linker
LTO [StackSafety] Run ThinLTO 2020-06-12 18:11:29 -07:00
MC Fix debug line info when line markers are present inside macros. 2020-06-16 16:13:11 +01:00
MCA
Object [WebAssembly] Adding 64-bit version of R_WASM_MEMORY_ADDR_* relocs 2020-06-15 10:07:42 -07:00
ObjectYAML [ObjectYAML][DWARF] Implement the .debug_addr section. 2020-06-16 10:53:10 +08:00
Option
Passes [llvm][NFC] Move content of ML subdirectory into Analysis 2020-06-15 14:35:33 -07:00
ProfileData
Remarks
Support [AMDGPU] Add gfx1030 target 2020-06-15 16:18:05 -07:00
TableGen Fix ubsan error in tblgen with signed left shift 2020-06-16 11:15:09 -07:00
Target [PowerPC] Add -m[no-]power10-vector clang and llvm option 2020-06-16 14:47:35 -05:00
Testing
TextAPI [llvm][llvm-nm] add TextAPI/MachO support 2020-06-11 18:54:16 -07:00
ToolDrivers
Transforms [SVE] Eliminate calls to default-false VectorType::get() from Vectorize 2020-06-16 12:50:13 -07:00
WindowsManifest
XRay
CMakeLists.txt
LLVMBuild.txt