Registers used for arguments are listed as "live-ins" into the starting
basic block. This means we don't have to go through a potentially
expensive search through all possible argument registers when we only
care about used argument registers.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/CodeGen/PrologEpilogInserter.cpp | ||
---|---|---|
1211 | Changed to MachineBasicBlock::RegisterMaskPair. |
RegisterMaskPair