1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/lib
Max Kazantsev e4a04110a4 [LSR] Handle case 1*reg => reg. PR50918
This patch addresses assertion failure in case when the only found formula for LSR
is `1*reg => reg` which was supposed to be an impossible situation, however there
is a test that shows it is possible.

In this case, we can use scale register with scale of 1 as the missing base register.

Reviewed By: huihuiz, reames
Differential Revision: https://reviews.llvm.org/D105009
2021-07-16 11:33:59 +07:00
..
Analysis [DependenceAnalysis] Guard analysis using getPointerBase(). 2021-07-15 14:57:32 -07:00
AsmParser [IR] Add elementtype attribute 2021-07-15 18:04:26 +02:00
BinaryFormat [AIX][XCOFF][Bug-Fixed] parse the parameter type of the traceback table 2021-07-15 16:54:22 -04:00
Bitcode [IR] Add elementtype attribute 2021-07-15 18:04:26 +02:00
Bitstream
CodeGen GlobalISel: Surface offsets parameter from ComputeValueVTs 2021-07-15 19:11:40 -04:00
DebugInfo DebugInfo: Use debug_rnglists.dwo for ranges in debug_info.dwo when parsing DWARFv5 2021-07-12 18:15:09 -07:00
Demangle Demangle: correct swift_async demangling for Microsoft scheme 2021-07-14 11:43:44 -07:00
DWARFLinker
ExecutionEngine [ORC] Flesh out ExecutorAddress, rename CommonOrcRuntimeTypes header. 2021-07-10 13:53:52 +10:00
Extensions
FileCheck
Frontend [OpenMP] Unified entry point for SPMD & generic kernels in the device RTL 2021-07-10 17:53:56 -05:00
Fuzzer
FuzzMutate [NewPM][FuzzMutate] Fix renaming 'unswitch' to 'simple-loop-unswitch' 2021-07-09 12:24:12 +02:00
InterfaceStub
IR [Verifier] Extend address taken check for unknown intrinsics 2021-07-15 23:16:14 +02:00
IRReader
LineEditor
Linker [CSSPGO] Do not import pseudo probe desc in thinLTO 2021-07-13 18:26:36 -07:00
LTO PR51018: Remove explicit conversions from SmallString to StringRef to future-proof against C++23 2021-07-08 13:37:57 -07:00
MC [AIX] Emit version string in .file directive 2021-07-12 17:03:52 +00:00
MCA
Object [ARM] Fix RELA relocations for 32bit ARM. 2021-07-14 14:27:15 -07:00
ObjectYAML [COFF] [CodeView] Add a few new enum values 2021-07-07 22:00:18 +03:00
Option
Passes [Coroutines] Run coroutine passes by default 2021-07-15 14:33:40 +08:00
ProfileData PR51018: Remove explicit conversions from SmallString to StringRef to future-proof against C++23 2021-07-08 13:37:57 -07:00
Remarks
Support Revert "Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it free of global initializer" 2021-07-16 03:46:53 +00:00
TableGen
Target Revert "Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it free of global initializer" 2021-07-16 03:46:53 +00:00
Testing
TextAPI
ToolDrivers
Transforms [LSR] Handle case 1*reg => reg. PR50918 2021-07-16 11:33:59 +07:00
WindowsManifest
XRay
CMakeLists.txt