This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 694162331ff [X86] Add MWAITX/MONITORX schedule tests new 147a40056ab [InlineCost] Find repeated loads in the callee new 413da1b6010 [X86] Add RTM schedule tests
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/Analysis/ValueTracking.h | 4 + lib/Analysis/InlineCost.cpp | 56 ++++++++- lib/Analysis/ValueTracking.cpp | 2 +- test/CodeGen/X86/rtm-schedule.ll | 61 ++++++++++ test/Transforms/Inline/redundant-loads.ll | 186 ++++++++++++++++++++++++++++++ 5 files changed, 303 insertions(+), 6 deletions(-) create mode 100644 test/CodeGen/X86/rtm-schedule.ll create mode 100644 test/Transforms/Inline/redundant-loads.ll