mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
a61aa38ee1
Summary: This patch updates both the assembler and the code generator. MIPS32r6/MIPS64r6 replaces them with maddf.[ds] and msubf.[ds] which are fused multiply-add/sub operations. We don't emit these yet, this patch only prevents the removed instructions from being emitted. Depends on D3955 Reviewers: jkolek, zoran.jovanovic, vmedic Reviewed By: vmedic Differential Revision: http://reviews.llvm.org/D3956 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210763 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
invalid-mips1-wrong-error.s | ||
invalid-mips1.s | ||
invalid-mips2-wrong-error.s | ||
invalid-mips2.s | ||
invalid-mips32-wrong-error.s | ||
invalid-mips32.s | ||
invalid-mips32r2.s | ||
invalid.s | ||
relocations.s | ||
valid-xfail.s | ||
valid.s |