commit | 8ac9ea891ce170d52c3a1dc23a82a82c7e3821dd | [log] [tgz] |
---|---|---|
author | Dale Johannesen <dalej@apple.com> | Tue Jun 23 18:34:37 2009 +0000 |
committer | Dale Johannesen <dalej@apple.com> | Tue Jun 23 18:34:37 2009 +0000 |
tree | fa58b706ef4d71216304c8076d56b4030398218d | |
parent | f43f9d0ef861d1cc26fdf85a2e79880973bec88b [diff] |
This test only works on ppc32 if some optimization is done before generating LLVM IR; it is correct in the code as written to use 8-byte-aligned operations to copy Key in bar. Formerly the gcc inliner was run, now it isn't. I don't think it's possible to preserve this as a pure FE test. Adding -O2 lets the llvm optimizers get rid of the 8-byte-aligned stores, at least. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73981 91177308-0d34-0410-b5e6-96231b3b80d8