[all-commits] [llvm/llvm-project] c9babc: [RISCV] Collect Statistics on Compressed Instructions
Sam Elliott via All-commits
all-commits at lists.llvm.org
Mon Jan 13 02:04:42 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c9babcbda77e69698825cfb9ce771352be93acee
https://github.com/llvm/llvm-project/commit/c9babcbda77e69698825cfb9ce771352be93acee
Author: Sam Elliott <selliott at lowrisc.org>
Date: 2020-01-13 (Mon, 13 Jan 2020)
Changed paths:
M llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
M llvm/lib/Target/RISCV/RISCVAsmPrinter.cpp
Log Message:
-----------
[RISCV] Collect Statistics on Compressed Instructions
Summary:
It is useful to keep statistics on how many instructions we have
compressed, so we can see if future changes are increasing or decreasing this
number.
Reviewers: asb, luismarques
Reviewed By: asb, luismarques
Subscribers: xbolva00, sameer.abuasal, hiraditya, rbar, johnrusso, simoncook, apazos, sabuasal, niosHD, kito-cheng, shiva0217, jrtc27, MaskRay, zzheng, edward-jones, rogfer01, MartinMosbeck, brucehoult, the_o, rkruppe, PkmX, jocewei, psnobl, benna, Jim, s.egerton, pzheng, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D67495
More information about the All-commits
mailing list