This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 934bf243bc8 [Hexagon] Add support to handle bit-reverse load intrinsics new 8ff27dbe39e [llvm-mca] Correctly set the ReadAdvance information for re [...]
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: test/tools/llvm-mca/X86/BtVer2/read-advance-1.s | 46 +++++++++++++++ tools/llvm-mca/Dispatch.cpp | 2 +- tools/llvm-mca/InstrBuilder.cpp | 2 + tools/llvm-mca/Instruction.cpp | 21 +++---- tools/llvm-mca/Instruction.h | 14 ++++- tools/llvm-mca/Scheduler.cpp | 74 +++++++++++++++++-------- tools/llvm-mca/Scheduler.h | 11 +++- 7 files changed, 133 insertions(+), 37 deletions(-) create mode 100644 test/tools/llvm-mca/X86/BtVer2/read-advance-1.s