Initial implementation of PPCTargetTransformInfo
This provides a place to add customized operation cost information and control some other target-specific IR-level transformations.
The only non-tri
Initial implementation of PPCTargetTransformInfo
This provides a place to add customized operation cost information and control some other target-specific IR-level transformations.
The only non-trivial logic in this checkin assigns a higher cost to unaligned loads and stores (covered by the included test case).
llvm-svn: 173520
show more ...
|