Addition to D34555 - override VTs computation with ComputePTXValueVTs for struct fields.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/NVPTX/NVPTXISelLowering.cpp | ||
---|---|---|
186–188 ↗ | (On Diff #176188) | for(auto const *EI : STy->elements()) ? |
Comment Actions
We still need to know the current element index, so there is an outer "counter". Anyway, the code looks more readable now!