summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* [SystemZ] Provide basic TargetTransformInfo implementationUlrich Weigand2015-03-311-0/+231
This hooks up the TargetTransformInfo machinery for SystemZ, and provides an implementation of getIntImmCost. In addition, the patch adds the isLegalICmpImmediate and isLegalAddImmediate TargetLowering overrides, and updates a couple of test cases where we now generate slightly better code. llvm-svn: 233688
OpenPOWER on IntegriCloud