commit | be0429c5585dbe874393c63c1efc142bcbcf6bc7 | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Thu Jun 19 22:01:11 2008 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Thu Jun 19 22:01:11 2008 +0000 |
tree | 42f2205dad38e1100113090630d4880ee554ef06 | |
parent | d7667bd8e051707653d9bc932a5c72d008fb2f94 [diff] [blame] |
ISD::UNDEF should be expanded recursively / iteratively. llvm-svn: 52508
diff --git a/llvm/test/CodeGen/PowerPC/2008-06-19-LegalizerCrash.ll b/llvm/test/CodeGen/PowerPC/2008-06-19-LegalizerCrash.ll new file mode 100644 index 0000000..d337e37 --- /dev/null +++ b/llvm/test/CodeGen/PowerPC/2008-06-19-LegalizerCrash.ll
@@ -0,0 +1,6 @@ +; RUN: llvm-as < %s | llc -march=ppc32 + +define void @t() nounwind { + call void null( ppc_fp128 undef ) + unreachable +}