This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from da53be3 [ADT] Speculative attempt to fix build bot issues with r290952. new 8e285bf [framelowering] Skip dbg values when getting next/previous in [...] new 7b65390 [X86] Merged Reverse/Alternate shuffle cost tables. NFCI.
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: lib/Target/X86/X86FrameLowering.cpp | 22 +- lib/Target/X86/X86TargetTransformInfo.cpp | 222 ++++++++------------- .../X86/frame-lowering-debug-intrinsic-2.ll | 72 +++++++ test/CodeGen/X86/frame-lowering-debug-intrinsic.ll | 41 +++- test/DebugInfo/X86/dbg-value-frame-index.ll | 39 ++++ 5 files changed, 239 insertions(+), 157 deletions(-) create mode 100644 test/CodeGen/X86/frame-lowering-debug-intrinsic-2.ll create mode 100644 test/DebugInfo/X86/dbg-value-frame-index.ll