[all-commits] [llvm/llvm-project] ba71ca: [DebugInfo] Describe size of spilled values in cal...

Vedant Kumar via All-commits all-commits at lists.llvm.org
Tue Nov 19 12:03:59 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ba71ca37208faf0916b4cae4298789796b791cfe
      https://github.com/llvm/llvm-project/commit/ba71ca37208faf0916b4cae4298789796b791cfe
  Author: Vedant Kumar <vsk at apple.com>
  Date:   2019-11-19 (Tue, 19 Nov 2019)

  Changed paths:
    M llvm/lib/CodeGen/TargetInstrInfo.cpp
    M llvm/test/DebugInfo/MIR/X86/dbg-call-site-spilled-arg.mir

  Log Message:
  -----------
  [DebugInfo] Describe size of spilled values in call site params

A call site parameter description of a memory operand needs to
unambiguously convey the size of the operand to prevent incorrect entry
value evaluation.

Thanks for David Stenberg for pointing this issue out!




More information about the All-commits mailing list