diff options
author | Joseph Huber <jhuber6@vols.utk.edu> | 2023-05-15 12:40:15 -0500 |
---|---|---|
committer | Joseph Huber <jhuber6@vols.utk.edu> | 2023-05-16 13:12:00 -0500 |
commit | 64d169c74d2cd3730893dffacd0061b937e55169 (patch) | |
tree | 6ff54824c132786fcbd35571b6ed3a57104ff77c /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | f8499d5709e37b4e9a6d2a39c385cfd2c00bad6e (diff) | |
download | llvm-64d169c74d2cd3730893dffacd0061b937e55169.zip llvm-64d169c74d2cd3730893dffacd0061b937e55169.tar.gz llvm-64d169c74d2cd3730893dffacd0061b937e55169.tar.bz2 |
[libc][NFC] Simplifly inbox and outbox state handling
Currently we use a template parameter called `InvertInbox` to invert the
inbox when we load it. This is more easily understood as a static check
on whether or not the process running it is the server. Inverting the
inbox makes the states 1 0 and 0 1 own the buffer, so it's easier to
simply say that the server own the buffer if in != out. Also clean up some of
the comments.
Reviewed By: JonChesterfield
Differential Revision: https://reviews.llvm.org/D150365
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions