OSDN Git Service

[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)
commit9f9a6fd453e51c9a9c9a6ee046cd34c5bbdc61e4
tree776a885d80a289ff3566e008237d5b1c1c7c400a
parentd89ac8f158976eaa9f9bcfba88f8a679771704f8
[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...

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230632 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/InstCombine/aligned-altivec.ll [new file with mode: 0644]