[llvm-bugs] [Bug 25278] New: assembler ignores directives for ISA level
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Oct 21 16:55:53 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=25278
Bug ID: 25278
Summary: assembler ignores directives for ISA level
Product: libraries
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Backend: ARM
Assignee: unassignedbugs at nondot.org
Reporter: bugdal at aerifal.cx
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
The following assembly source fails to assemble with -march=armv4t:
.cpu armv6
.fpu vfpv3
vstmia ip!, {d8-d15}
The error produced is: "instruction requires: VPF2"
--
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/20151021/332b6e74/attachment.html>
More information about the llvm-bugs
mailing list