1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/test
Ilya Leoshkevich 9b258b83db [SanitizerCoverage] Use zeroext for cmp parameters on all targets
Commit 9385aaa84851 ("[sancov] Fix PR33732") added zeroext to
__sanitizer_cov_trace(_const)?_cmp[1248] parameters for x86_64 only,
however, it is useful on other targets, in particular, on SystemZ: it
fixes swap-cmp.test.

Therefore, use it on all targets. This is safe: if target ABI does not
require zero extension for a particular parameter, zeroext is simply
ignored. A similar change has been implemeted as part of commit
3bc439bdff8b ("[MSan] Add instrumentation for SystemZ"), and there were
no problems with it.

Reviewed By: morehouse

Differential Revision: https://reviews.llvm.org/D85689
2020-08-12 18:38:12 +02:00
..
Analysis [SCEV] Look through single value PHIs. 2020-08-12 10:03:42 +01:00
Assembler
Bindings
Bitcode
BugPoint
CodeGen [ARM][MVE] Enable tail predication for loops containing MVE gather/scatters 2020-08-12 15:32:37 +01:00
DebugInfo Revert "[Instruction] Add updateLocationAfterHoist helper" 2020-08-11 14:54:09 -07:00
Demangle
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation [SanitizerCoverage] Use zeroext for cmp parameters on all targets 2020-08-12 18:38:12 +02:00
Integer
JitListener
Linker
LTO
MachineVerifier
MC [WebAssembly][AsmParser] Name missing features in error message 2020-08-11 17:26:14 -07:00
Object [llvm-readobj/elf] - Remove unwrapOrError calls from DumpStyle<ELFT>::printRelocationsHelper. 2020-08-11 16:49:37 +03:00
ObjectYAML [macho2yaml] Refactor the DWARF section dumpers. 2020-08-11 10:18:34 +08:00
Other
Reduce
SafepointIRVerifier
Support
SymbolRewriter
TableGen [MLIR,OpenMP] Lowering of parallel operation: proc_bind clause 2/n 2020-08-12 08:03:13 +01:00
ThinLTO/X86
tools [AMDGPU][test] Add dedicated llvm-readobj test. 2020-08-12 09:11:36 -07:00
Transforms [VectorCombine] early exit if target has no vector registers 2020-08-12 09:22:31 -04:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt [CMake] Simplify CMake handling for zlib 2020-08-11 20:22:11 -07:00
lit.cfg.py
lit.site.cfg.py.in [CMake] Simplify CMake handling for zlib 2020-08-11 20:22:11 -07:00
TestRunner.sh