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