commit | 6f109f8c6c24c8547976aff1f0649ef505d4c3ef | [log] [tgz] |
---|---|---|
author | Craig Topper <craig.topper@intel.com> | Sat Jan 13 06:24:46 2018 +0000 |
committer | Craig Topper <craig.topper@intel.com> | Sat Jan 13 06:24:46 2018 +0000 |
tree | facf6a8d4cf3693b6c4fa14799a2c9f22f1dbe8c | |
parent | 56ae0a67e8207e39b45ea9f19c6855a925189bb4 [diff] |
[X86] Add DAG combine to promote vXi1 result of a vXi8/vXi16 setcc when we have AVX512 but not BWI. This avoids having the result type stick around until lowering where we have to extend the setcc and insert a truncate. If we get the types converted early we can do more to optimize it. llvm-svn: 322432