AMDGPU: Fix test not actually testing anything
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 14 Jul 2016 05:23:15 +0000 (05:23 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 14 Jul 2016 05:23:15 +0000 (05:23 +0000)
commitaa94c1e7eed232a54370c6b1f5241de68d0e7412
tree34f3e129e33ad7dd576a793911af3b9ee07c1851
parent0bf9984bc8ba741cb682cfe4cad5cc6719bef075
AMDGPU: Fix test not actually testing anything

It wasn't actually running the pass, and since it is
missing the llvm prefix, the eh intrinsic was not
really an IntrinsicInst.

Also add missing test for lifetime markers.

llvm-svn: 275370
llvm/test/CodeGen/AMDGPU/promote-alloca-lifetime.ll [new file with mode: 0644]
llvm/test/CodeGen/AMDGPU/promote-alloca-unhandled-intrinsic.ll