Created new X86 FMA3 opcodes (FMA*_Int) that are used now for lowering of scalar...
[oota-llvm.git] / test / CodeGen / X86 / fma-intrinsics-x86.ll
2015-11-04 Andrew KaylorCreated new X86 FMA3 opcodes (FMA*_Int) that are used...
2015-06-25 Ahmed Bougacha[X86] Cleanup fma tests a little bit. NFC.