This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d690dcb9dae [NFC][PowerPC] Update testcases using utils/update_llc_test [...] new be2c0a2abf7 [RISCV][MC] Find matching pcrel_hi fixup in more cases. new d13e5110081 [SanitizerCoverage] Avoid splitting critical edges when des [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Transforms/Utils/BasicBlockUtils.h | 6 +++ lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.cpp | 16 +++++-- .../Instrumentation/SanitizerCoverage.cpp | 2 +- lib/Transforms/Utils/BreakCriticalEdges.cpp | 4 ++ .../SanitizerCoverage/unreachable-critedge.ll | 46 +++++++++++++++++++ test/MC/RISCV/option-mix.s | 51 ++++++++++++++++++++++ 6 files changed, 120 insertions(+), 5 deletions(-) create mode 100644 test/Instrumentation/SanitizerCoverage/unreachable-critedge.ll create mode 100644 test/MC/RISCV/option-mix.s