[InstCombine] Add a test for altivec load/store intrinsic simplification
authorHal Finkel <hfinkel@anl.gov>
Thu, 26 Feb 2015 14:22:41 +0000 (14:22 +0000)
committerHal Finkel <hfinkel@anl.gov>
Thu, 26 Feb 2015 14:22:41 +0000 (14:22 +0000)
commit18ee7c14fde5f4b83656310add01e21852237902
tree68599fb875a7aadd6158d26941a3d7ea14958eed
parentc9b2cd5c8c3ba161119171145d21e4604aaf770c
[InstCombine] Add a test for altivec load/store intrinsic simplification

InstCombine has logic to convert aligned Altivec load/store intrinsics into
regular loads and stores. Unfortunately, there seems to be no regression test
covering this behavior. Adding one...

llvm-svn: 230632
llvm/test/Transforms/InstCombine/aligned-altivec.ll [new file with mode: 0644]