1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/test
wlei aa88690f46 [CSSPGO] Avoid deleting probe instruction in FoldValueComparisonIntoPredecessors
This change tries to fix a place missing `moveAndDanglePseudoProbes `. In FoldValueComparisonIntoPredecessors, it folds the BB into predecessors and then marked the BB unreachable. However, the original logic from the BB is still alive, deleting the probe will mislead the SampleLoader mark it as zero count sample.

Reviewed By: hoy, wenlei

Differential Revision: https://reviews.llvm.org/D102721
2021-05-19 13:39:05 -07:00
..
Analysis [X86][AVX] Cleanup AVX2 vector integer truncation costs 2021-05-18 13:07:29 +01:00
Assembler [OpaquePtr] Make atomicrmw work with opaque pointers 2021-05-19 12:49:28 -07:00
Bindings
Bitcode IR/AArch64/X86: add "swifttailcc" calling convention. 2021-05-17 10:48:34 +01:00
BugPoint
CodeGen [x86] add tests for fma folds with fast-math-flags; NFC 2021-05-19 14:28:57 -04:00
DebugInfo [Transforms][Debugify] Fix "Missing line" false alarm on PHI nodes 2021-05-14 14:06:13 +02:00
Demangle [Demangle][Rust] Parse tuples 2021-05-19 00:04:42 +02:00
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation [MSan] Set zeroext on call arguments to msan functions with zeroext parameter attribute 2021-05-18 14:07:39 -07:00
Integer
JitListener
Linker
LTO
MachineVerifier
MC [AMDGPU] Set unused dst_sel to '?' in the encoding 2021-05-17 08:38:52 -07:00
Object [AMDGPU] Add gfx1034 target 2021-05-13 14:25:18 -04:00
ObjectYAML
Other [NewPM] Add options to PrintPassInstrumentation 2021-05-18 20:59:35 -07:00
SafepointIRVerifier
Support
SymbolRewriter
TableGen [TableGen] Make the NUL character invalid in .td files 2021-05-13 10:17:45 -04:00
ThinLTO/X86
tools [MCA] Unbreak the buildbots by passing flag -mcpu=generic to the new test added by commit e5d59db469. 2021-05-19 19:12:33 +01:00
Transforms [CSSPGO] Avoid deleting probe instruction in FoldValueComparisonIntoPredecessors 2021-05-19 13:39:05 -07:00
Unit
Verifier [OpaquePtr] Make atomicrmw work with opaque pointers 2021-05-19 12:49:28 -07:00
YAMLParser
.clang-format
CMakeLists.txt Fix lld macho standalone build by including llvm/Config/llvm-config.h instead of llvm/Config/config.h 2021-05-19 11:15:07 -04:00
lit.cfg.py [AIX] Add %pluginext and update tests to use proper pluginext 2021-04-27 20:34:54 -04:00
lit.site.cfg.py.in Fix lld macho standalone build by including llvm/Config/llvm-config.h instead of llvm/Config/config.h 2021-05-19 11:15:07 -04:00
TestRunner.sh