[all-commits] [llvm/llvm-project] aba1be: [SelectionDAGBuilder] Handle entry_value dbg.value...
Felipe de Azevedo Piovezan via All-commits
all-commits at lists.llvm.org
Fri May 26 04:02:03 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aba1bea6731036ba05abfd5f595941e9306ac058
https://github.com/llvm/llvm-project/commit/aba1bea6731036ba05abfd5f595941e9306ac058
Author: Felipe de Azevedo Piovezan <fpiovezan at apple.com>
Date: 2023-05-26 (Fri, 26 May 2023)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
M llvm/test/CodeGen/AArch64/dbg-value-swift-async.ll
Log Message:
-----------
[SelectionDAGBuilder] Handle entry_value dbg.value intrinsics
Summary:
DbgValue intrinsics whose expression is an entry_value and whose address is
described an llvm::Argument must be lowered to the corresponding livein physical
register for that Argument.
Depends on D151329
Reviewers: aprantl
Subscribers:
More information about the All-commits
mailing list