Addition to D34555 - override VTs computation with ComputePTXValueVTs for struct fields.
Details
Details
Diff Detail
Diff Detail
Event Timeline
lib/Target/NVPTX/NVPTXISelLowering.cpp | ||
---|---|---|
186–188 | 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!
for(auto const *EI : STy->elements()) ?