Remove the ability to directly print affine structures from the OpAsmPrinter...
authorRiver Riddle <riverriddle@google.com>
Fri, 3 May 2019 22:59:42 +0000 (15:59 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Mon, 6 May 2019 15:27:32 +0000 (08:27 -0700)
commitb2806e197eafafdbf3b3342409ebdad3e4e4726a
tree98dc80f35b61dba473844acf7ed23e002cdeca18
parent9233df9045ecaa697d9f15c297ee7129554c9dd6
Remove the ability to directly print affine structures from the OpAsmPrinter. These should go through attributes like most everything else.

--

PiperOrigin-RevId: 246589682
mlir/include/mlir/AffineOps/AffineOps.h
mlir/include/mlir/IR/OpImplementation.h
mlir/lib/AffineOps/AffineOps.cpp
mlir/lib/IR/AsmPrinter.cpp