summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/SystemZ/vec-div-02.ll
Commit message (Collapse)AuthorAgeFilesLines
* [SystemZ] Add support for IBM z14 processor (2/3)Ulrich Weigand2017-07-171-0/+24
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