[DAGCombine] visitINSERT_SUBVECTOR - use uint64_t subvector index. NFCI.
commit7e2adfc15fab1987a1ce25c7e79984d2b3688ee2
authorSimon Pilgrim <lvm-dev@redking.me.uk>
Wed, 10 Jul 2019 12:21:35 +0000 (10 12:21 +0000)
committerSimon Pilgrim <lvm-dev@redking.me.uk>
Wed, 10 Jul 2019 12:21:35 +0000 (10 12:21 +0000)
tree344f8ca8936fc68ef7da404b67ab412861f907c5
parent0c2dafc72ddf0d86af8bd00d8d18ab51f74edca0
[DAGCombine] visitINSERT_SUBVECTOR - use uint64_t subvector index. NFCI.

Keep the uint64_t type from getZExtValue() to stop truncation/extension overflow warnings in MSVC in subvector index math.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@365621 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/DAGCombiner.cpp