diff options
| author | Elena Demikhovsky <elena.demikhovsky@intel.com> | 2015-01-22 09:39:08 +0000 |
|---|---|---|
| committer | Elena Demikhovsky <elena.demikhovsky@intel.com> | 2015-01-22 09:39:08 +0000 |
| commit | 9c26462a27f079bf0fba7aff514716a0141a341f (patch) | |
| tree | 2ba8047e132a321ac0d8cf1d1e09339a6e3c852f /llvm/lib/CodeGen/MachineLoopInfo.cpp | |
| parent | 351db05308f4f7810f6604698e2ed94cecca1578 (diff) | |
| download | bcm5719-llvm-9c26462a27f079bf0fba7aff514716a0141a341f.tar.gz bcm5719-llvm-9c26462a27f079bf0fba7aff514716a0141a341f.zip | |
Fixed a bug in narrowing store operation.
Type MVT::i1 became legal in KNL, but store operation can't be narrowed to this type,
since the size of VT (1 bit) is not equal to its actual store size(8 bits).
Added a test provided by David (dag@cray.com)
llvm-svn: 226805
Diffstat (limited to 'llvm/lib/CodeGen/MachineLoopInfo.cpp')
0 files changed, 0 insertions, 0 deletions

