This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e666b9ba92e [InstCombine] Combine saturating add/sub with constant operands new d8886103190 [RISCV] Support .option push and .option pop new 5f68f0ae94a Revert [llvm-mca] Return the total number of cycles from me [...]
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/AsmParser/RISCVAsmParser.cpp | 47 +++++++++++++- lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.cpp | 2 + lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.h | 2 + .../RISCV/MCTargetDesc/RISCVTargetStreamer.cpp | 8 +++ .../RISCV/MCTargetDesc/RISCVTargetStreamer.h | 4 ++ test/MC/RISCV/option-invalid.s | 11 +++- test/MC/RISCV/option-pushpop.s | 74 ++++++++++++++++++++++ tools/llvm-mca/include/Pipeline.h | 5 +- tools/llvm-mca/lib/Pipeline.cpp | 4 +- tools/llvm-mca/llvm-mca.cpp | 5 +- 10 files changed, 151 insertions(+), 11 deletions(-) create mode 100644 test/MC/RISCV/option-pushpop.s