diff options
author | Daniel Sanders <daniel.sanders@imgtec.com> | 2014-06-12 11:04:18 +0000 |
---|---|---|
committer | Daniel Sanders <daniel.sanders@imgtec.com> | 2014-06-12 11:04:18 +0000 |
commit | ded02af45e097f6468d9be962b4c630dac00ac38 (patch) | |
tree | 1561095b85683805ebe85fbb38590f016d430fb3 /clang/lib/Basic/FileSystemStatCache.cpp | |
parent | 826f8b3d0ce7834d3670d62f392086a57c1864d3 (diff) | |
download | llvm-ded02af45e097f6468d9be962b4c630dac00ac38.zip llvm-ded02af45e097f6468d9be962b4c630dac00ac38.tar.gz llvm-ded02af45e097f6468d9be962b4c630dac00ac38.tar.bz2 |
[mips][mips64r6] madd.[ds], msub.[ds], nmadd.[ds], and nmsub.[ds] are not available on MIPS32r6/MIPS64r6
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
llvm-svn: 210763
Diffstat (limited to 'clang/lib/Basic/FileSystemStatCache.cpp')
0 files changed, 0 insertions, 0 deletions