diff options
author | Elena Demikhovsky <elena.demikhovsky@intel.com> | 2015-11-15 08:19:35 +0000 |
---|---|---|
committer | Elena Demikhovsky <elena.demikhovsky@intel.com> | 2015-11-15 08:19:35 +0000 |
commit | 121d49b6405fbee3aead13e83e3993371d081207 (patch) | |
tree | 5931ce0ab8264e102511fb7288061e63312991f2 /lldb/packages/Python/lldbsuite/test/python_api | |
parent | a7fa79fb9bd4661865e40941fe9c455404947988 (diff) | |
download | bcm5719-llvm-121d49b6405fbee3aead13e83e3993371d081207.tar.gz bcm5719-llvm-121d49b6405fbee3aead13e83e3993371d081207.zip |
Fixed GEP visitor in the InstCombine pass.
The current implementation of GEP visitor in InstCombine fails with assertion on Vector GEP with mix of scalar and vector types, like this:
getelementptr double, double* %a, <8 x i32> %i
(It fails to create a "sext" from <8 x i32> to <8 x i64>)
I fixed it and added some tests.
Differential Revision: http://reviews.llvm.org/D14485
llvm-svn: 253162
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api')
0 files changed, 0 insertions, 0 deletions