OSDN Git Service

InstCombine: fix extraction when performing vector/array punning
authorEugene Leviant <eleviant@accesssoftek.com>
Fri, 17 Feb 2017 07:36:03 +0000 (07:36 +0000)
committerEugene Leviant <eleviant@accesssoftek.com>
Fri, 17 Feb 2017 07:36:03 +0000 (07:36 +0000)
commit6684504281042321d26648e2b0a27b0010ff747a
tree7a3af0a65c7d6625380b0d46a9acbd8024bc881e
parentff64e4651da0d49d21f318acd42c95c20e5f5560
InstCombine: fix extraction when performing vector/array punning

Differential revision: https://reviews.llvm.org/D29491

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@295429 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/InstCombine/InstCombineVectorOps.cpp
test/Transforms/InstCombine/shufflevec-bitcast.ll [new file with mode: 0644]