[IR] Inline Type::getScalarType() by using isVectorTy() and...
[IR] Inline Type::getScalarType() by using isVectorTy() and getVectorElementType() that were already available inline. Seems to have very little compiled code size impact. But might give a tiny performance boost. llvm-svn: 299811
Loading
Please register or sign in to comment