commit | 66b8ab22586debccb1f787d4d52b7f042d4ddeb8 | [log] [tgz] |
---|---|---|
author | John Bauman <jbauman@google.com> | Tue May 06 15:57:45 2014 -0400 |
committer | Nicolas Capens <capn@google.com> | Tue May 06 15:57:45 2014 -0400 |
tree | faf5e7fadfa254f72c4841f700985f369e539387 | |
parent | 7c44cf86d6fed7d7bc0c6f4ae042646d4f4ace5f [diff] [blame] |
Add SwiftShader dump from Feb 6 2013
diff --git a/src/LLVM/test/CodeGen/PowerPC/2007-02-16-AlignPacked.ll b/src/LLVM/test/CodeGen/PowerPC/2007-02-16-AlignPacked.ll new file mode 100644 index 0000000..f893318 --- /dev/null +++ b/src/LLVM/test/CodeGen/PowerPC/2007-02-16-AlignPacked.ll
@@ -0,0 +1,4 @@ +; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin8.8.0 | \ +; RUN: grep align.*3 + +@X = global <{i32, i32}> <{ i32 1, i32 123 }>