Fix Affine Loop Fusion test case reported on github.
authorAndy Davis <andydavis@google.com>
Mon, 18 Nov 2019 19:20:03 +0000 (11:20 -0800)
committerA. Unique TensorFlower <gardener@tensorflow.org>
Mon, 18 Nov 2019 19:20:37 +0000 (11:20 -0800)
commit68a8da4a938e5489ba915d615352af0b069ae56a
tree79bf617efe000c05c565e71e6eb2a357e761801a
parent9732bb533cceeebed80c19be799a79853018fa09
Fix Affine Loop Fusion test case reported on github.
This CL utilizies the more robust fusion feasibility analysis being built out in LoopFusionUtils, which will eventually be used to replace the current affine loop fusion pass.

PiperOrigin-RevId: 281112340
mlir/lib/Analysis/Utils.cpp
mlir/lib/Transforms/LoopFusion.cpp
mlir/test/Transforms/loop-fusion.mlir