summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/SystemZ/vec-neg-02.ll
Commit message (Collapse)AuthorAgeFilesLines
* [SystemZ] Use fneg in test casesUlrich Weigand2019-11-201-3/+2
| | | | | | Now that we have fneg, prefer using it over "fsub -0.0, ...". This helps in particular with strict FP tests, as fneg does not raise any exceptions.
* [SystemZ] Add support for IBM z14 processor (2/3)Ulrich Weigand2017-07-171-0/+23
This adds support for the new 32-bit vector float instructions of z14. This includes: - Enabling the instructions for the assembler/disassembler. - CodeGen for the instructions, including new LLVM intrinsics. - Scheduler description support for the instructions. - Update to the vector cost function calculations. In general, CodeGen support for the new v4f32 instructions closely matches support for the existing v2f64 instructions. llvm-svn: 308195
OpenPOWER on IntegriCloud