summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/SystemZ/tdc-01.ll
Commit message (Collapse)AuthorAgeFilesLines
* [SystemZ] Utilize Test Data Class instructions.Marcin Koscielnicki2016-07-101-0/+95
This adds a new SystemZ-specific intrinsic, llvm.s390.tdc.f(32|64|128), which maps straight to the test data class instructions. A new IR pass is added to recognize instructions that can be converted to TDC and perform the necessary replacements. Differential Revision: http://reviews.llvm.org/D21949 llvm-svn: 275016
OpenPOWER on IntegriCloud