This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b5c77aec549 [IPRA][ARM] Disable no-CSR optimisation for ARM new 72bac317eac [MCA] Add support for printing immedate values as hex. Also [...]
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: docs/CommandGuide/llvm-mca.rst | 5 ++++ test/tools/llvm-mca/X86/print-imm-hex-1.s | 30 ++++++++++++++++++++++++ test/tools/llvm-mca/X86/print-imm-hex-2.s | 39 +++++++++++++++++++++++++++++++ tools/llvm-mca/CodeRegionGenerator.cpp | 2 ++ tools/llvm-mca/llvm-mca.cpp | 7 ++++++ 5 files changed, 83 insertions(+) create mode 100644 test/tools/llvm-mca/X86/print-imm-hex-1.s create mode 100644 test/tools/llvm-mca/X86/print-imm-hex-2.s