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
Unit Tests
Unit Tests
| Time | Test | |
|---|---|---|
| 390 ms | linux > HWAddressSanitizer-x86_64.TestCases::sizes.cpp |
Event Timeline
Comment Actions
Thank you for separating this!
| llvm/lib/Target/VE/VEISelLowering.cpp | ||
|---|---|---|
| 536 | 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.