| commit | 221f467185790f7369052c7d39f3dba63c2fccc9 | [log] [tgz] |
|---|---|---|
| author | Hal Finkel <hfinkel@anl.gov> | Thu Feb 26 18:56:03 2015 +0000 |
| committer | Hal Finkel <hfinkel@anl.gov> | Thu Feb 26 18:56:03 2015 +0000 |
| tree | c1cce76ee55f14268a198d208fc773c14ae38b57 | |
| parent | 093d6e1a70d551c053b3e65f535d279919652c2a [diff] |
[InstCombine/PowerPC] Convert aligned QPX load/store intrinsics into loads/stores InstCombine has long had logic to convert aligned Altivec load/store intrinsics into regular loads and stores. This mirrors that functionality for QPX vector load/store intrinsics. llvm-svn: 230660