[PATCH] D106309: [LLVM IR] Allow volatile stores to trap.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 20 12:58:49 PDT 2021
efriedma added a comment.
C++ [dcl.type.cv] explicitly states "The semantics of an access through a volatile glvalue are implementation-defined." I think that's a pretty clear statement that the standard wants to stay out of this debate. :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106309/new/
https://reviews.llvm.org/D106309
More information about the llvm-commits
mailing list