[Stackmaps] Remove the liveness calculation for stackmap intrinsics.
authorJuergen Ributzka <juergen@apple.com>
Thu, 26 Jun 2014 23:39:44 +0000 (23:39 +0000)
committerJuergen Ributzka <juergen@apple.com>
Thu, 26 Jun 2014 23:39:44 +0000 (23:39 +0000)
commit14871f73bb881c14546c1c7daf34123b5a79f82d
tree601976eea5cf6c3bdfe738836d35abb0d48b96c9
parentad6324f78be6f74d67dea5d378c1ddb0d795bebe
[Stackmaps] Remove the liveness calculation for stackmap intrinsics.

There is no need to calculate the liveness information for stackmaps. The
liveness information is still available for the patchpoint intrinsic and
that is also the intended usage model.

Related to <rdar://problem/17473725>

llvm-svn: 211816
llvm/include/llvm/CodeGen/StackMapLivenessAnalysis.h
llvm/lib/CodeGen/Passes.cpp
llvm/lib/CodeGen/StackMapLivenessAnalysis.cpp
llvm/test/CodeGen/X86/stackmap-liveness.ll