PPC: Mark vector CC action for SETO and SETONE as Expand
authorHal Finkel <hfinkel@anl.gov>
Mon, 8 Jul 2013 20:00:03 +0000 (20:00 +0000)
committerHal Finkel <hfinkel@anl.gov>
Mon, 8 Jul 2013 20:00:03 +0000 (20:00 +0000)
commit947d447ee0ac927cc308e5e53062e0edb71e7d8e
tree4996eef8eb05328fbde96de76692061b0ae374c4
parente5a532dae346f5f34d8ae8fa3f8f0ff3c747243e
PPC: Mark vector CC action for SETO and SETONE as Expand

Another bug found by llvm-stress! This fixes hitting
  llvm_unreachable("Invalid integer vector compare condition");
at the end of getVCmpInst in PPCISelDAGToDAG.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185855 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelLowering.cpp
test/CodeGen/PowerPC/altivec-ord.ll [new file with mode: 0644]