[LLVMbugs] [Bug 21313] New: [aarch64 disassembler] Some instructions do not have correct condition flag set
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Oct 20 07:05:08 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=21313
Bug ID: 21313
Summary: [aarch64 disassembler] Some instructions do not have
correct condition flag set
Product: libraries
Version: 3.3
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Backend: AArch64
Assignee: unassignedbugs at nondot.org
Reporter: mihai.bantea at freescale.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Observed instructions are BL (marked as conditional) and CSNEG (marked as
unconditional).
This happens when after disassembling the opcode and getting the flags with
MCInstrInfo/MCInstrDesc:
const MCInstrDesc* MCID = &MCII->get(Inst.getOpcode());
if (MCID)
{
isCond = MCID->isConditionalBranch();
...
--
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/20141020/e84e8cae/attachment.html>
More information about the llvm-bugs
mailing list