[PATCH] D142625: [IR][doc] Alignment is always set in memory for load/store/alloca/cmpxchg/atomicrmw.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 26 10:13:52 PST 2023
efriedma added a comment.
The phrasing isn't grammatically correct. I would say something like:
"The alignment is only optional when parsing textual IR; for in-memory IR, it is always present."
If you want to try to rearrange the text a bit, maybe put all discussion of the "optional-ness" of the alignment into a separate paragraph from the main definition of alignment.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142625/new/
https://reviews.llvm.org/D142625
More information about the llvm-commits
mailing list