This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 19f4e05ad98 [RISCV] Add support for llvm.{frameaddress,returnaddress} i [...] new c752a363cf7 [RISCV] Implement branch analysis
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 | 166 ++++++++++++++++++++ lib/Target/RISCV/RISCVInstrInfo.h | 16 ++ test/CodeGen/RISCV/analyze-branch.ll | 91 +++++++++++ test/CodeGen/RISCV/branch.ll | 33 ++-- test/CodeGen/RISCV/bswap-ctlz-cttz-ctpop.ll | 228 ++++++++++++++-------------- test/CodeGen/RISCV/jumptable.ll | 45 +++--- test/CodeGen/RISCV/select-cc.ll | 2 +- 7 files changed, 422 insertions(+), 159 deletions(-) create mode 100644 test/CodeGen/RISCV/analyze-branch.ll