[llvm-branch-commits] [llvm] [mcp-frameinst: 3/4]: [MCP][NFC] Opinionated refactoring using new type (PR #186239)

Scott Linder via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Mar 13 07:09:15 PDT 2026


================
@@ -94,6 +94,32 @@ static cl::opt<cl::boolOrDefault>
 
 namespace {
 
+struct DefSrcPair {
----------------
slinder1 wrote:

I agree the naming isn't great, I tried to choose the most common pairing in the existing code, but I am happy to switch. Is there any preference?

https://github.com/llvm/llvm-project/pull/186239


More information about the llvm-branch-commits mailing list