Rename the 'if' operation in the AffineOps dialect to 'affine.if' and namespace

the AffineOps dialect with 'affine'.

PiperOrigin-RevId: 232728977
This commit is contained in:
River Riddle
2019-02-06 12:59:50 -08:00
committed by jpienaar
parent 888b9fa8a6
commit fd2d7c857b
26 changed files with 139 additions and 138 deletions

View File

@@ -19,7 +19,7 @@
// potentially getting rid of intermediate memref's entirely.
// TODO(mlir-team): In the future, similar techniques could be used to eliminate
// dead memref store's and perform more complex forwarding when support for
// SSA scalars live out of 'affine.for'/'if' statements is available.
// SSA scalars live out of 'affine.for'/'affine.if' statements is available.
//===----------------------------------------------------------------------===//
#include "mlir/Analysis/AffineAnalysis.h"