1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/lib
Florian Hahn ce3655671a [IPConstProp] Remove and move tests to SCCP.
As far as I know, ipconstprop has not been used in years and ipsccp has
been used instead. This has the potential for confusion and sometimes
leads people to spend time finding & reporting bugs as well as
updating it to work with the latest API changes.

This patch moves the tests over to SCCP. There's one functional difference
I am aware of: ipconstprop propagates for each call-site individually, so
for functions that are called with different constant arguments it can sometimes
produce better results than ipsccp (at much higher compile-time cost).But
IPSCCP can be thought to do so as well for internal functions and as mentioned
earlier, the pass seems unused in practice (and there are no plans on working
towards enabling it anytime).

Also discussed on llvm-dev:
http://lists.llvm.org/pipermail/llvm-dev/2020-July/143773.html

Reviewed By: jdoerfert

Differential Revision: https://reviews.llvm.org/D84447
2020-07-30 12:36:27 +01:00
..
Analysis [llvm][NFC] TensorSpec abstraction for ML evaluator 2020-07-29 16:29:21 -07:00
AsmParser
BinaryFormat
Bitcode [NFC] Move BitcodeCommon.h from Bitstream to Bitcode 2020-07-27 20:49:17 +00:00
Bitstream
CodeGen [DAGCombiner] Fold sext_inreg of a masked load into a sign extended masked load 2020-07-30 10:34:02 +01:00
DebugInfo [Symbolize][PDB] Switch llvm-symbolizer to use PDB_ReaderType::Native. 2020-07-22 17:17:57 -07:00
Demangle
DWARFLinker
ExecutionEngine [ORC] Remove a redundant call to getTargetMemory. 2020-07-26 17:34:31 -07:00
Extensions
Frontend [OpenMP] Allow traits for the OpenMP context selector isa 2020-07-29 10:22:27 -05:00
Fuzzer
FuzzMutate
IR [ConstantRange] Add API for intrinsics (NFC) 2020-07-29 22:16:27 +02:00
IRReader
LineEditor
Linker Revert rG5dd566b7c7b78bd- "PassManager.h - remove unnecessary Function.h/Module.h includes. NFCI." 2020-07-24 13:02:33 +01:00
LTO
MC [MC] [COFF] Make sure that weak external symbols are undefined symbols 2020-07-24 22:15:08 +03:00
MCA
Object
ObjectYAML [DWARFYAML] Make the 'Length' field of the address range table optional. 2020-07-30 17:42:18 +08:00
Option
Passes [DFSan][NewPM] Port DataFlowSanitizer to NewPM 2020-07-29 10:19:15 -07:00
ProfileData Supplement instr profile with sample profile. 2020-07-27 20:17:40 -07:00
Remarks
Support [Support] Class to facilitate file locking 2020-07-30 13:42:20 +07:00
TableGen [TableGen][CGS] Print better errors on overlapping InstRW 2020-07-27 09:41:10 -06:00
Target VectorUtils.h - reduce unnecessary includes. NFC. 2020-07-30 12:27:49 +01:00
Testing Use INTERFACE_COMPILE_OPTIONS to disable -Wsuggest-override for any target that links to gtest 2020-07-27 08:37:01 -07:00
TextAPI
ToolDrivers [llvm-lib] Support adding short import library objects with llvm-lib 2020-07-24 22:15:08 +03:00
Transforms [IPConstProp] Remove and move tests to SCCP. 2020-07-30 12:36:27 +01:00
WindowsManifest
XRay
CMakeLists.txt
LLVMBuild.txt