[PATCH] D67399: [ARM] Follow AACPS standard for volatile bitfields
Roman Lebedev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 10 07:55:17 PDT 2019
lebedev.ri resigned from this revision.
lebedev.ri added a reviewer: jfb.
lebedev.ri added a comment.
Herald added a subscriber: dexonsmith.
I'm not sure why i'm added as a reviewer here.
That being said i don't see why that load is needed there.
As i read it, the document only states that if load is needed,
then it must be a single load, likewise for store.
I.e. i'm not sure why it requires a load when it isn't needed.
Unlike atomics, volatiles don't enforce any ordering.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67399/new/
https://reviews.llvm.org/D67399
More information about the cfe-commits
mailing list