summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86TargetObjectFile.cpp
diff options
context:
space:
mode:
authorElena Demikhovsky <elena.demikhovsky@intel.com>2015-01-22 09:39:08 +0000
committerElena Demikhovsky <elena.demikhovsky@intel.com>2015-01-22 09:39:08 +0000
commit9c26462a27f079bf0fba7aff514716a0141a341f (patch)
tree2ba8047e132a321ac0d8cf1d1e09339a6e3c852f /llvm/lib/Target/X86/X86TargetObjectFile.cpp
parent351db05308f4f7810f6604698e2ed94cecca1578 (diff)
downloadbcm5719-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/Target/X86/X86TargetObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud