1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/test
Alan Phipps 0403b73f90 Reland "[Coverage] Fix branch coverage merging in FunctionCoverageSummary::get() for instantiation""
Originally landed in: 6400905a615282c83a2fc6e49e57ff716aa8b4de
Reverted in: 668dccc396da4f593ac87c92dc0eb7bc983b5762

Fix branch coverage merging in FunctionCoverageSummary::get() for instantiation
groups.

This change corrects the implementation for the branch coverage summary to do
the same thing for branches that is done for lines and regions.  That is,
across function instantiations in an instantiation group, the maximum branch
coverage found in any of those instantiations is returned, with the total
number of branches being the same across instantiations.

Differential Revision: https://reviews.llvm.org/D102193
2021-05-11 11:48:23 -05:00
..
Analysis [X86] X86TTIImpl::getInterleavedMemoryOpCostAVX2(): use getMemoryOpCost() 2021-05-11 16:28:00 +03:00
Assembler
Bindings
Bitcode [IR][AutoUpgrade] Drop align attribute from void return types 2021-05-11 08:23:55 -07:00
BugPoint
CodeGen [X86][SSE] Add tests for permute(phaddw(phaddw(x,y),phaddw(z,w))) -> phaddw(phaddw(),phaddw()) folds. 2021-05-11 17:47:10 +01:00
DebugInfo Revert "[DebugInfo] Fix updateDbgUsersToReg to support DBG_VALUE_LIST" 2021-05-07 12:05:16 -07:00
Demangle [Demangle][Rust] Parse basic types 2021-05-10 09:44:46 -07:00
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation [ASAN][AMDGPU] Add support for accesses to global and constant addrspaces 2021-05-03 09:01:15 +05:30
Integer
JitListener
Linker
LTO
MachineVerifier
MC Reland: "[lld][WebAssembly] Initial support merging string data" 2021-05-10 16:03:38 -07:00
Object
ObjectYAML
Other [VectorCombine] Simplify to scalar store if only one element updated 2021-05-08 18:14:51 +08:00
SafepointIRVerifier
Support [SystemZ][z/OS] Add the functions needed for handling EBCDIC I/O 2021-05-03 08:52:38 -04:00
SymbolRewriter
TableGen Revert "[TableGen] Make the NUL character invalid in .td files" 2021-05-11 10:43:13 -04:00
ThinLTO/X86
tools Reland "[Coverage] Fix branch coverage merging in FunctionCoverageSummary::get() for instantiation"" 2021-05-11 11:48:23 -05:00
Transforms [LoopInterchange] Fix legality for triangular loops 2021-05-11 11:00:46 -04:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh