Apply the affine map from an 'affine.store' operation to its operands, and feed the results to a newly created 'memref.store' operation (which replaces the original 'affine.store').
More...
Apply the affine map from an 'affine.store' operation to its operands, and feed the results to a newly created 'memref.store' operation (which replaces the original 'affine.store').
Also replaces the affine store with the memref store in dependenceAnalysis. TODO(mikeurbach): this is copied from AffineToStandard, see if we can reuse.
Definition at line 186 of file AffineToLoopSchedule.cpp.