[PATCH] D10546: Attach readonly and readnone attributes to inline-asm instructions
hfinkel at anl.gov
hfinkel at anl.gov
Thu Jul 9 19:18:43 PDT 2015
hfinkel added a subscriber: hfinkel.
hfinkel added a comment.
Does this mean that if I have two inline asm statements, once which sets a condition-code/model-specific register, and one which reads that register, because neither read or write memory, we'd now be allowed to reorder them? I'm concerned that, because we use memory dependencies to track all dependencies, this will lead to us losing track of other register dependencies that we should otherwise track.
http://reviews.llvm.org/D10546
More information about the cfe-commits
mailing list