[PATCH] D106309: [LLVM IR] Allow volatile stores to trap.
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 20 12:45:41 PDT 2021
nikic added a comment.
In D106309#2888872 <https://reviews.llvm.org/D106309#2888872>, @lebedev.ri wrote:
> Note that this still won't quite match clang's expectations, since it expects that `load volatile` also may trap.
Where does clang expect that?
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