[llvm-bugs] [Bug 45491] New: AArch64 emits invalid DBG_VALUE with only one operand
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Apr 9 16:48:37 PDT 2020
https://bugs.llvm.org/show_bug.cgi?id=45491
Bug ID: 45491
Summary: AArch64 emits invalid DBG_VALUE with only one operand
Product: new-bugs
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: daniel_l_sanders at apple.com
CC: htmldeveloper at gmail.com, llvm-bugs at lists.llvm.org
This was found when stripping debug info from
llvm/test/CodeGen/AArch64/branch-target-enforcement.mir. It seems there's some
code that creates a `DBG_VALUE $lr` but only adds one operand instead of three.
This instruction should either be corrected or removed.
Fixing this will allow us to remove the workaround in:
https://reviews.llvm.org/D77747
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20200409/e5410264/attachment.html>
More information about the llvm-bugs
mailing list