[all-commits] [llvm/llvm-project] e7a2da: [Inliner] Assign dummy debug location to the memcp...

Yuanfang Chen via All-commits all-commits at lists.llvm.org
Wed Mar 15 10:30:45 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e7a2da5298dc90527c05441485def6c7b04e226a
      https://github.com/llvm/llvm-project/commit/e7a2da5298dc90527c05441485def6c7b04e226a
  Author: Yuanfang Chen <yuanfang.chen at sony.com>
  Date:   2023-03-15 (Wed, 15 Mar 2023)

  Changed paths:
    M llvm/lib/Transforms/Utils/InlineFunction.cpp
    A llvm/test/Transforms/Inline/byval-dbg.ll

  Log Message:
  -----------
  [Inliner] Assign dummy debug location to the memcpy for byval argument

A similar fix to D133095.

Fixes https://github.com/llvm/llvm-project/issues/58770.

Reviewed By: aprantl

Differential Revision: https://reviews.llvm.org/D145607




More information about the All-commits mailing list