OSDN Git Service

[X86] Added extra widening tests for and/xor/or bit operations
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 11 Apr 2016 11:10:36 +0000 (11:10 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 11 Apr 2016 11:10:36 +0000 (11:10 +0000)
commit942c2d35cfac5ee48baf6d55357e628ee9ba515f
treea75c9fb183dd7c9921c9d79840ce6e7ee37de214
parentc1307b11461ec233fb74a6411c28005d5bbdfd14
[X86] Added extra widening tests for and/xor/or bit operations

Add tests for bitcasting an illegal vector to/from a legal scalar

Additional tests requested for D18944

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@265930 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/widen_bitops-1.ll [new file with mode: 0644]