This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 40cc91a8f56 TargetLoweringBase: The ios simulator has no bzero function. new 8ef96aef09a [RISCV] Implement support for the BranchRelaxation pass
The 1 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: lib/Target/RISCV/RISCVInstrInfo.cpp | 115 ++++++++++++++++++++++++++-- lib/Target/RISCV/RISCVInstrInfo.h | 12 +++ lib/Target/RISCV/RISCVMCInstLower.cpp | 8 +- lib/Target/RISCV/RISCVRegisterInfo.h | 4 + lib/Target/RISCV/RISCVTargetMachine.cpp | 3 + test/CodeGen/RISCV/analyze-branch.ll | 6 +- test/CodeGen/RISCV/branch-relaxation.ll | 79 +++++++++++++++++++ test/CodeGen/RISCV/bswap-ctlz-cttz-ctpop.ll | 36 ++++----- test/CodeGen/RISCV/jumptable.ll | 20 ++--- 9 files changed, 243 insertions(+), 40 deletions(-) create mode 100644 test/CodeGen/RISCV/branch-relaxation.ll