This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e48c7bddaea [Object] object::ELFObjectFile::symbol_begin(): skip symbol [...] new c76c82bdda6 [AsmPrinter] Treat a narrowing PtrToInt like Trunc new 98569af3056 [MCA] Add the ability to compute critical register dependen [...]
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: include/llvm/MCA/Instruction.h | 43 ++++++++++++++++++++++++----------- lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 5 +++- lib/MCA/Instruction.cpp | 34 ++++++++++++++++++++++++++- test/CodeGen/X86/ptrtoint-narrow.ll | 6 +++++ 4 files changed, 73 insertions(+), 15 deletions(-) create mode 100644 test/CodeGen/X86/ptrtoint-narrow.ll