[all-commits] [llvm/llvm-project] 80c790: DAG: Cleanup assertion in EmitFuncArgumentDbgValue
Christudasan Devadasan via All-commits
all-commits at lists.llvm.org
Tue May 4 09:22:16 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 80c79035ef06b4429c4bb6aa5504fff08ace4b05
https://github.com/llvm/llvm-project/commit/80c79035ef06b4429c4bb6aa5504fff08ace4b05
Author: Christudasan Devadasan <Christudasan.Devadasan at amd.com>
Date: 2021-05-04 (Tue, 04 May 2021)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
A llvm/test/CodeGen/AMDGPU/ptr-arg-dbg-value.ll
Log Message:
-----------
DAG: Cleanup assertion in EmitFuncArgumentDbgValue
Removing an assertion introduced with D68945. The
patch was later reverted with 6531a78ac4b5, but failed
to remove this assertion. It causes a problem while
trying to split a 64-bit argument into sub registers.
Reviewed By: arsenm
Differential Revision: https://reviews.llvm.org/D101594
More information about the All-commits
mailing list