diff options
author | Serge Pavlov <sepavloff@gmail.com> | 2014-05-12 10:11:27 +0000 |
---|---|---|
committer | Serge Pavlov <sepavloff@gmail.com> | 2014-05-12 10:11:27 +0000 |
commit | 02ff620c7b48ab9af12512aead2ec069978f73b0 (patch) | |
tree | 080c1685ad4e230ac6dbad768f4916d6dd1fa88f /llvm/lib/Bitcode | |
parent | 9c81b315680d33ce20099b7a95db75a88df986d6 (diff) | |
download | bcm5719-llvm-02ff620c7b48ab9af12512aead2ec069978f73b0.tar.gz bcm5719-llvm-02ff620c7b48ab9af12512aead2ec069978f73b0.zip |
Fix type of shuffle obtained from reordering with binary operation
In transformation:
BinOp(shuffle(v1,undef), shuffle(v2,undef)) -> shuffle(BinOp(v1, v2),undef)
type of the undef argument must be same as type of BinOp.
llvm-svn: 208531
Diffstat (limited to 'llvm/lib/Bitcode')
0 files changed, 0 insertions, 0 deletions