"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "2038405616f6802510ef7f952e1afe2fc481c2fb"
[DAGCombiner] Remove unnecessary check on the size of the type of the index of EXTRACT_SUBVECTOR.
The type system already requires that the number of vector elements must fit in 32-bits so an index should as well. Even if the type of the index were larger all we care about is that the constant index can fit in 64-bits so that we can call getZExtValue. llvm-svn: 293413
Loading
Please register or sign in to comment