[PATCH] D88385: [TableGen][M68K] (Patch 1/8) Utilities for complex instruction addressing modes: CodeBeads and logical operand helper functions
Jessica Clarke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 2 17:07:39 PST 2021
jrtc27 added a comment.
In D88385#2476359 <https://reviews.llvm.org/D88385#2476359>, @Paul-C-Anagnostopoulos wrote:
> I was thinking of using a bit in the other flags member, Flags, as opposed to TSFlags. Then there would be nothing sneaky going on in the union itself.
>
> Making it an anonymous union would mean that all current references to TSFlags would still work, correct?
Yes, that should all be fine.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88385/new/
https://reviews.llvm.org/D88385
More information about the llvm-commits
mailing list