With a view to support parallel operations that have their results stored to memory, refactor the consecutive access helper out so it could support stores instructions.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Looks OK to me.
lib/Target/ARM/ARMParallelDSP.cpp | ||
---|---|---|
61 | Nit: does the comment now needs updating? I.e., that it can be any instruction touching memory? |
lib/Target/ARM/ARMParallelDSP.cpp | ||
---|---|---|
61 | I don't think so. We're still expecting the ParallelMACs to operate directly on loaded data and that there aren't any stores in the chain. I will change and update this structure later - and I will try to remember to update the comments then! |
Nit: does the comment now needs updating? I.e., that it can be any instruction touching memory?