History log of /external/clang/test/CodeGenCXX/no-opt-volatile-memcpy.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a7db6a200a434dfa5142a0568dbf66debbbc65e0 26-Jan-2013 Fariborz Jahanian <fjahanian@apple.com> Fix up the test.
for // rdar://11861085


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173543 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGenCXX/no-opt-volatile-memcpy.cpp
3ac83d69c61238cd0d38e90fcdd03390530ab2fb 26-Jan-2013 Fariborz Jahanian <fjahanian@apple.com> patch for PR9027 and // rdar://11861085
Title: [PR9027] volatile struct bug: member is not loaded at -O;
This is caused by last flag passed to @llvm.memcpy being false,
not honoring that aggregate has at least one 'volatile' data member
(even though aggregate itself has not been qualified as 'volatile'.
As a result, optimization optimizes away the memcpy altogether.
Patch review by John MaCall (I still need to fix up a test though).


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173535 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGenCXX/no-opt-volatile-memcpy.cpp