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: unassignedb...@nondot.org Reporter: diana.pi...@linaro.org CC: llvm-bugs@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.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs