[all-commits] [llvm/llvm-project] 561cb1: [LLVM] Remove wrong DBG_VALUE instruction with one...
Jaydeep Chauhan via All-commits
all-commits at lists.llvm.org
Thu Apr 16 11:58:46 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 561cb14e743f98da2d505c74515e2e11b3829366
https://github.com/llvm/llvm-project/commit/561cb14e743f98da2d505c74515e2e11b3829366
Author: Jaydeep Chauhan <jaydeepchauhan1494 at gmail.com>
Date: 2020-04-16 (Thu, 16 Apr 2020)
Changed paths:
M llvm/test/CodeGen/AArch64/branch-target-enforcement.mir
Log Message:
-----------
[LLVM] Remove wrong DBG_VALUE instruction with one operand in AArch64 test case
Summary:
AArch64 test case llvm/test/CodeGen/AArch64/branch-target-enforcement.mir is checking for invalid DBG_VALUE instruction with one operand(`DBG_VALUE $lr`). And this DBG_VALUE instruction is echoed from test case it self only.
Correct format of DBG_VALUE is given in below link:
https://llvm.org/docs/SourceLevelDebugging.html#variable-locations-in-instruction-selection-and-mir
Reviewers: dsanders, eli.friedman, jmorse, vsk
Reviewed By: dsanders
Subscribers: kristof.beyls, danielkiss, hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D78309
More information about the All-commits
mailing list