commit | 195a2d9be0a76a7531e1a1614045664814ea309b | [log] [tgz] |
---|---|---|
author | Craig Topper <craig.topper@gmail.com> | Thu May 04 21:45:49 2017 +0000 |
committer | Craig Topper <craig.topper@gmail.com> | Thu May 04 21:45:49 2017 +0000 |
tree | a381a9e4fadb252d4687870bc4a3b3b49b131ef8 | |
parent | 0e59845978fb3235f5871d1fd94d71d56e9fbda3 [diff] |
[JumpThreading] When processing compares, explicitly check that the result type is not a vector rather than check for it being an integer. Compares always return a scalar integer or vector of integers. isIntegerTy returns false for vectors, but that's not completely obvious. So using isVectorTy is less confusing. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@302198 91177308-0d34-0410-b5e6-96231b3b80d8