llvm-project/llvm/test/Instrumentation/SanitizerCoverage
Ilya Leoshkevich f5a252ed68 [SanitizerCoverage] Use zeroext for cmp parameters on all targets
Commit 9385aaa848 ("[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
3bc439bdff ("[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 [NewPM][Sancov] Pin RUN lines with -sancov to legacy PM 2020-07-28 09:10:01 -07:00
backedge-pruning.ll [NewPM][Sancov] Pin RUN lines with -sancov to legacy PM 2020-07-28 09:10:01 -07:00
chains.ll [NewPM][Sancov] Pin RUN lines with -sancov to legacy PM 2020-07-28 09:10:01 -07:00
cmp-tracing-api-x86_32.ll [SanitizerCoverage] Use zeroext for cmp parameters on all targets 2020-08-12 18:38:12 +02:00
cmp-tracing-api-x86_64.ll [NewPM][Sancov] Pin RUN lines with -sancov to legacy PM 2020-07-28 09:10:01 -07:00
cmp-tracing.ll [NewPM][Sancov] Pin RUN lines with -sancov to legacy PM 2020-07-28 09:10:01 -07:00
coff-comdat.ll [NewPM][Sancov] Pin RUN lines with -sancov to legacy PM 2020-07-28 09:10:01 -07:00
coff-pc-table-inline-8bit-counters.ll [NewPM][Sancov] Pin RUN lines with -sancov to legacy PM 2020-07-28 09:10:01 -07:00
coff-pc-table-inline-bool-flag.ll [NewPM][Sancov] Pin RUN lines with -sancov to legacy PM 2020-07-28 09:10:01 -07:00
coff-used-ctor.ll [NewPM][Sancov] Pin RUN lines with -sancov to legacy PM 2020-07-28 09:10:01 -07:00
const-cmp-tracing.ll [NewPM][Sancov] Pin RUN lines with -sancov to legacy PM 2020-07-28 09:10:01 -07:00
coverage-dbg.ll [NewPM][Sancov] Pin RUN lines with -sancov to legacy PM 2020-07-28 09:10:01 -07:00
coverage.ll [NewPM][Sancov] Pin RUN lines with -sancov to legacy PM 2020-07-28 09:10:01 -07:00
coverage2-dbg.ll [NewPM][Sancov] Pin RUN lines with -sancov to legacy PM 2020-07-28 09:10:01 -07:00
div-tracing.ll [NewPM][Sancov] Pin RUN lines with -sancov to legacy PM 2020-07-28 09:10:01 -07:00
gep-tracing.ll [NewPM][Sancov] Pin RUN lines with -sancov to legacy PM 2020-07-28 09:10:01 -07:00
inline-8bit-counters.ll [SanitizerCoverage] Fix types of __stop* and __start* symbols 2020-08-04 21:53:27 +02:00
inline-bool-flag.ll [SanitizerCoverage] Fix types of __stop* and __start* symbols 2020-08-04 21:53:27 +02:00
interposable-symbol-nocomdat.ll [NewPM][Sancov] Pin RUN lines with -sancov to legacy PM 2020-07-28 09:10:01 -07:00
no-func.ll [NewPM][Sancov] Pin RUN lines with -sancov to legacy PM 2020-07-28 09:10:01 -07:00
pc-table.ll [NewPM][Sancov] Pin RUN lines with -sancov to legacy PM 2020-07-28 09:10:01 -07:00
postdominator_check.ll [NewPM][Sancov] Pin RUN lines with -sancov to legacy PM 2020-07-28 09:10:01 -07:00
seh.ll [NewPM][Sancov] Pin RUN lines with -sancov to legacy PM 2020-07-28 09:10:01 -07:00
stack-depth-variable-declared-by-user.ll [NewPM][Sancov] Pin RUN lines with -sancov to legacy PM 2020-07-28 09:10:01 -07:00
stack-depth.ll [NewPM][Sancov] Pin RUN lines with -sancov to legacy PM 2020-07-28 09:10:01 -07:00
switch-tracing.ll [NewPM][Sancov] Pin RUN lines with -sancov to legacy PM 2020-07-28 09:10:01 -07:00
trace-pc-guard-comdat.ll [NewPM][Sancov] Pin RUN lines with -sancov to legacy PM 2020-07-28 09:10:01 -07:00
trace-pc-guard-inline-8bit-counters.ll [NewPM][Sancov] Pin RUN lines with -sancov to legacy PM 2020-07-28 09:10:01 -07:00
trace-pc-guard-inline-bool-flag.ll [NewPM][Sancov] Pin RUN lines with -sancov to legacy PM 2020-07-28 09:10:01 -07:00
trace-pc-guard-nocomdat.ll [NewPM][Sancov] Pin RUN lines with -sancov to legacy PM 2020-07-28 09:10:01 -07:00
tracing-comdat.ll [NewPM][Sancov] Pin RUN lines with -sancov to legacy PM 2020-07-28 09:10:01 -07:00
tracing.ll [SanitizerCoverage] Fix types of __stop* and __start* symbols 2020-08-04 21:53:27 +02:00
unreachable-critedge.ll [NewPM][Sancov] Pin RUN lines with -sancov to legacy PM 2020-07-28 09:10:01 -07:00
wineh.ll [NewPM][Sancov] Pin RUN lines with -sancov to legacy PM 2020-07-28 09:10:01 -07:00