================ @@ -47,6 +47,7 @@ struct VRegInfo { } D; Register VReg; Register PreferredReg; + std::vector<::uint8_t> Flags; ---------------- arsenm wrote: Why is the :: needed https://github.com/llvm/llvm-project/pull/110228