1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/lib
Evgeniy Brevnov c94df02b1d [NFC][NARY-REASSOCIATE] Restructure code to aviod isPotentiallyReassociatable
Currently we have to duplicate the same checks in isPotentiallyReassociatable and tryReassociate. With simple pattern like add/mul this may be not a big deal. But the situation gets much worse when I try to add support for min/max. Min/Max may be represented by several instructions and can take different forms. In order reduce complexity for upcoming min/max support we need to restructure the code a bit to avoid mentioned code duplication.

Reviewed By: mkazantsev

Differential Revision: https://reviews.llvm.org/D88286
2020-12-04 16:19:43 +07:00
..
Analysis [NewPM] Support --print-before/after in NPM 2020-12-03 16:52:14 -08:00
AsmParser
BinaryFormat [Triple][MachO] Define "arm64e", an AArch64 subarch for Pointer Auth. 2020-12-03 07:53:59 -08:00
Bitcode
Bitstream
CodeGen [NewPM] Support --print-before/after in NPM 2020-12-03 16:52:14 -08:00
DebugInfo Recommit "[llvm-symbolizer] Switch to using native symbolizer by default on Windows" 2020-11-30 17:36:12 -08:00
Demangle
DWARFLinker
ExecutionEngine TargetProcessControl.cpp - Remove warning: extra ‘;’ 2020-11-27 18:19:58 +01:00
Extensions
FileCheck
Frontend [OpenMPIRBuilder] forward arguments as pointers to outlined function 2020-12-02 14:59:41 +01:00
Fuzzer
FuzzMutate
InterfaceStub
IR [NewPM] Support --print-before/after in NPM 2020-12-03 16:52:14 -08:00
IRReader static const char *const foo => const char foo[] 2020-12-01 10:33:18 -08:00
LineEditor
Linker [ThinLTO] Import symver directives for imported symbols (PR48214) 2020-12-02 14:56:43 +01:00
LTO [Triple][MachO] Define "arm64e", an AArch64 subarch for Pointer Auth. 2020-12-03 07:53:59 -08:00
MC [XCOFF][AIX] Alternative path in EHStreamer for platforms do not have uleb128 support 2020-12-02 20:03:15 +00:00
MCA
Object [Triple][MachO] Define "arm64e", an AArch64 subarch for Pointer Auth. 2020-12-03 07:53:59 -08:00
ObjectYAML [obj2yaml] - Teach tool to emit the "SectionHeaderTable" key and sort sections by file offset. 2020-12-01 12:59:15 +03:00
Option
Passes Use isIgnored instead of checking pass name 2020-12-03 18:37:57 -08:00
ProfileData
Remarks
Support Support: Change InMemoryFileSystem::addFileNoOwn to take a MemoryBufferRef, NFC 2020-12-03 18:09:52 -08:00
TableGen [TableGen] Eliminate the 'code' type 2020-12-03 10:19:11 -05:00
Target [X86] Unbind the ebx with GOT address in regcall calling convention 2020-12-04 10:00:13 +08:00
Testing
TextAPI
ToolDrivers
Transforms [NFC][NARY-REASSOCIATE] Restructure code to aviod isPotentiallyReassociatable 2020-12-04 16:19:43 +07:00
WindowsManifest
XRay
CMakeLists.txt