[PATCH] D136043: [CodeGen] Replace CCValAssign::Loc with a discriminated union (NFCI)
Thorsten via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Dec 17 13:07:38 PST 2022
tschuett added a comment.
Either you have to keep `LockKind` in-sync with the variants or you have to keep the variants in the functions in-sync. Either is fine by me.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136043/new/
https://reviews.llvm.org/D136043
More information about the llvm-commits
mailing list