llvm-6502/test/CodeGen
Tim Northover 362090adf5 ARM64: fix fmsub patterns which assumed accum operand was first
Confusingly, the NEON fmla instructions put the accumulator first but the
scalar versions put it at the end (like the fma lib function & LLVM's
intrinsic).

This should fix PR19345, assuming there's only one issue.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205758 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-08 12:23:51 +00:00
..
AArch64
ARM ARM: yet another round of ARM test clean ups 2014-04-03 23:47:24 +00:00
ARM64 ARM64: fix fmsub patterns which assumed accum operand was first 2014-04-08 12:23:51 +00:00
CPP
Generic
Hexagon
Inputs
Mips Reverting commit r205628 due to mips64 issues. 2014-04-07 22:11:40 +00:00
MSP430
NVPTX
PowerPC [PowerPC] Add a full condition code register to make the "cc" clobber work 2014-04-04 15:15:57 +00:00
R600 R600/SI: Handle INSERT_SUBREG in SIFixSGPRCopies 2014-04-07 19:45:45 +00:00
SPARC
SystemZ
Thumb ARM: yet another round of ARM test clean ups 2014-04-03 23:47:24 +00:00
Thumb2 ARM: fix test case missed in previous roundup 2014-04-04 01:19:56 +00:00
X86 AVX-512: Added fp_to_uint and uint_to_fp patterns. 2014-04-08 07:24:02 +00:00
XCore