[LLVMbugs] [Bug 23646] New: unrecognized instruction mnemonic: bc+
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon May 25 02:47:26 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=23646
Bug ID: 23646
Summary: unrecognized instruction mnemonic: bc+
Product: libraries
Version: 3.6
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Backend: PowerPC
Assignee: unassignedbugs at nondot.org
Reporter: marc.glisse at normalesup.org
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Compiling GMP with clang for powerpc-linux-gnu fails with:
tmp-divrem_2.s:118:2: error: unrecognized instruction mnemonic
bc+ 12, 28, .L9
^
Strangely enough, it is happy with the following:
blt+ 7, .L9
Is the support for branch prediction incomplete in the asm parser?
--
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/20150525/c5250932/attachment.html>
More information about the llvm-bugs
mailing list