Files
clang-p2996/llvm/lib/Target/Mips/MipsAsmPrinter.cpp
Nick Desaulniers 93bd428742 [InlineAsm] refactor InlineAsm class NFC (#65649)
I would like to steal one of these bits to denote whether a kind may be
spilled by the register allocator or not, but I'm afraid to touch of any
this code using bitwise operands.

Make flags a first class type using bitfields, rather than launder data
around via `unsigned`.
2023-09-11 09:27:37 -07:00

44 KiB