Files
archived-llvm/test/CodeGen/Generic
James Y Knight bf3b1ac771 Fix assert in X86 backend.
When running combine on an extract_vector_elt, it wants to look through
a bitcast to check if the argument to the bitcast was itself an
extract_vector_elt with particular operands.

However, it called getOperand() on the argument to the bitcast *before*
checking that the opcode was EXTRACT_VECTOR_ELT, assert-failing if there
were zero operands for the actual opcode.

Fix, and add trivial test.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@249891 91177308-0d34-0410-b5e6-96231b3b80d8
2015-10-09 20:10:14 +00:00
..
2015-05-20 17:21:09 +00:00
2013-12-13 16:05:32 +00:00
2015-07-06 17:44:26 +00:00
2015-07-03 08:02:12 +00:00
2015-10-09 20:10:14 +00:00