summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/no-opt-volatile-memcpy.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Don't pass -O0 to clang_cc1, it is the default.Rafael Espindola2013-09-041-1/+1
| | | | llvm-svn: 189910
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when ↵Stephen Lin2013-08-151-3/+3
| | | | | | tests fail. llvm-svn: 188447
* Fix up the test.Fariborz Jahanian2013-01-261-9/+15
| | | | | | for // rdar://11861085 llvm-svn: 173543
* patch for PR9027 and // rdar://11861085Fariborz Jahanian2013-01-251-0/+44
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). llvm-svn: 173535
OpenPOWER on IntegriCloud