[llvm-commits] [PATCH] Consolidate the description of volatile operations (issue986042)
jyasskin at gmail.com
jyasskin at gmail.com
Sun Apr 25 14:23:18 PDT 2010
Reviewers: llvm-commits_cs.uiuc.edu,
Message:
Please take a look. The patch file is at
http://codereview.appspot.com/download/issue986042_1.diff until I make
changes in response to review comments.
Description:
Now that some of the intrinsics have volatile semantics, in addition to
load and store, it seems useful to consolidate the definition of
"volatile" and have all the uses refer to one place. This will also be
useful as we add atomic operations since they also need optional
volatile semantics.
Please review this at http://codereview.appspot.com/986042/show
Affected files:
M docs/LangRef.html
More information about the llvm-commits
mailing list