1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/test/Instrumentation/SanitizerCoverage
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
..
abort-in-entry-block.ll
backedge-pruning.ll
chains.ll
cmp-tracing-api-x86_32.ll
cmp-tracing-api-x86_64.ll
cmp-tracing.ll
coff-comdat.ll
coff-pc-table-inline-8bit-counters.ll
coff-pc-table-inline-bool-flag.ll
coff-used-ctor.ll
const-cmp-tracing.ll
coverage2-dbg.ll
coverage-dbg.ll
coverage.ll
div-tracing.ll
gep-tracing.ll
inline-8bit-counters.ll
inline-bool-flag.ll
interposable-symbol-nocomdat.ll
no-func.ll
pc-table.ll
postdominator_check.ll
seh.ll
stack-depth-variable-declared-by-user.ll
stack-depth.ll
switch-tracing.ll
trace-pc-guard-comdat.ll
trace-pc-guard-inline-8bit-counters.ll
trace-pc-guard-inline-bool-flag.ll
trace-pc-guard-nocomdat.ll
tracing-comdat.ll
tracing.ll
unreachable-critedge.ll
wineh.ll