[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)
commit307a6447e5eb143c480646ab9ae61f0aaafcdd18
tree0dd82b9a335623dae374a1da7041eb8cec1a3ef5
parent9bd578efeab3b521ba37dd7706dc8f3a98ddb4bd
[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>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211816 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/StackMapLivenessAnalysis.h
lib/CodeGen/Passes.cpp
lib/CodeGen/StackMapLivenessAnalysis.cpp
test/CodeGen/X86/stackmap-liveness.ll