Added a helper method in RegsForValue to get a list with
all the <RegNumber, RegSize> pairs that we want to iterate
over in SelectionDAGBuilder::EmitFuncArgumentDbgValue and
in SelectionDAGBuilder::visitIntrinsicCall.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 17622 Build 17622: arc lint + arc unit
Event Timeline
Comment Actions
Thanks! I can't wait until we're able to use C++17 structured bindings in llvm. It'd be really nice to write 'auto [Reg, Size] = ...', or 'auto [Count, VT] = ...'
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | ||
---|---|---|
1057 | Maybe just 'Return a list ...'? |
Maybe just 'Return a list ...'?