Prepare for supporting different calling conventions by factoring out things into CC-dependent selection functions (getParamCC, getReturnCC).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thank you for separating this!
llvm/lib/Target/VE/VEISelLowering.cpp | ||
---|---|---|
542 | It's better to be getParamCC(CLI.CallConv, true). All calls using getParamCC should be written in the similar manner. |
It's better to be getParamCC(CLI.CallConv, true). All calls using getParamCC should be written in the similar manner.