This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a71113c59d2 Revert r365198 as this accidentally commited something that [...] new 67c80aa9b05 lld, llvm-dlltool, llvm-lib: Use getAsString() instead of g [...] new 4a21f022f6d [RISCV] Support @llvm.readcyclecounter() Intrinsic
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: lib/Target/RISCV/RISCVISelDAGToDAG.cpp | 7 +++ lib/Target/RISCV/RISCVISelLowering.cpp | 86 ++++++++++++++++++++++++++ lib/Target/RISCV/RISCVISelLowering.h | 5 +- lib/Target/RISCV/RISCVInstrInfo.td | 10 +++ lib/ToolDrivers/llvm-dlltool/DlltoolDriver.cpp | 3 +- lib/ToolDrivers/llvm-lib/LibDriver.cpp | 3 +- test/CodeGen/RISCV/readcyclecounter.ll | 28 +++++++++ 7 files changed, 139 insertions(+), 3 deletions(-) create mode 100644 test/CodeGen/RISCV/readcyclecounter.ll