[Stackmaps] Fix the ID type to be i64 also for stackmaps (as we claim in the documena...
authorJuergen Ributzka <juergen@apple.com>
Wed, 12 Feb 2014 22:17:10 +0000 (22:17 +0000)
committerJuergen Ributzka <juergen@apple.com>
Wed, 12 Feb 2014 22:17:10 +0000 (22:17 +0000)
commit586004f9188cc759bfd60dc62b3ae0c5261ef373
treecc1425d8a02e459500a01586f6a4f4a2b07a0c2f
parent4839a7de4b4ab932c25b67324b629cefa3b230cd
[Stackmaps] Fix the ID type to be i64 also for stackmaps (as we claim in the documenation)

The ID type for the stackmap and patchpoint intrinsics are in both cases i64.
This fixes an zero extend in the SelectionDAGBuilder that still used i32. This
also updates the target independent instructions STACKMAP and PATCHPOINT to use
the correct type.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201262 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/Target.td
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp