[llvm-bugs] [Bug 28750] New: Handle special cases in AArch64InstrInfo::GetInstSizeInBytes
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Jul 28 00:04:34 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=28750
Bug ID: 28750
Summary: Handle special cases in
AArch64InstrInfo::GetInstSizeInBytes
Product: libraries
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Backend: AArch64
Assignee: unassignedbugs at nondot.org
Reporter: diana.picus at linaro.org
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
This function tends to return 4 for just about any instruction. This isn't
always the case (see PR24234).
Looking through AArch64AsmPrinter, it seems STACKMAP and PATCHPOINT may need
special handling. The heuristic for inline asm may also need to be brushed up a
bit.
--
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/20160728/199c4557/attachment.html>
More information about the llvm-bugs
mailing list