1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/lib
Brendon Cahoon 088fd84a72 [Pipeliner] Fix incorrect loop carried dependence calculation
The isLoopCarriedDep function does not correctly compute loop
carried dependences when the array index offset is negative
or the stride is smallar than the access size.

Patch by Denis Antrushin.

Differential Revision: https://reviews.llvm.org/D60135

llvm-svn: 358233
2019-04-11 21:57:51 +00:00
..
Analysis Revert "Use llvm::lower_bound. NFC" 2019-04-11 17:35:20 +00:00
AsmParser
BinaryFormat
Bitcode Revert "Use llvm::lower_bound. NFC" 2019-04-11 17:35:20 +00:00
CodeGen [Pipeliner] Fix incorrect loop carried dependence calculation 2019-04-11 21:57:51 +00:00
DebugInfo Revert "Use llvm::lower_bound. NFC" 2019-04-11 17:35:20 +00:00
Demangle llvm-undname: Fix another crash-on-invalid 2019-04-10 17:31:34 +00:00
ExecutionEngine gn build: Fix Windows builds after r357797 2019-04-09 14:02:02 +00:00
Fuzzer
FuzzMutate
IR [ConstantRange] Add unsignedMulMayOverflow() 2019-04-11 21:10:33 +00:00
IRReader
LineEditor
Linker
LTO
MC [llvm] Non-functional change: declared a local variable as const. 2019-04-10 18:30:03 +00:00
MCA
Object [LLVM-C] Add Section and Symbol Iterator Accessors for Object File Binaries 2019-04-09 21:53:31 +00:00
ObjectYAML
Option
Passes
ProfileData
Remarks
Support YAMLIO: Fix serialization of strings with embedded nuls 2019-04-11 14:57:34 +00:00
TableGen [TableGen] Introduce !listsplat 'binary' operator 2019-04-10 18:26:36 +00:00
Target [AArch64][GlobalISel] Flesh out vector load/store support for more types. 2019-04-11 20:40:01 +00:00
Testing
TextAPI
ToolDrivers
Transforms [PGO] Better handling of profile hash mismatch 2019-04-11 20:54:17 +00:00
WindowsManifest
XRay
CMakeLists.txt
LLVMBuild.txt