Move the storage of uniqued TypeStorage objects into TypeUniquer and give each contex...
authorRiver Riddle <riverriddle@google.com>
Wed, 16 Jan 2019 00:10:34 +0000 (16:10 -0800)
committerjpienaar <jpienaar@google.com>
Fri, 29 Mar 2019 22:19:56 +0000 (15:19 -0700)
commit18fe1ffcd797857fba33b7e199a976a62727e64a
tree1a2cde05fef9ccbae38aaed3de71b38c3c9936b7
parent03e15e1b9f84a7bed35ff4065ad7135b571d2d65
Move the storage of uniqued TypeStorage objects into TypeUniquer and give each context a unique TypeUniquer instance.

PiperOrigin-RevId: 229460053
mlir/include/mlir/IR/MLIRContext.h
mlir/include/mlir/IR/TypeSupport.h
mlir/include/mlir/IR/Types.h
mlir/lib/IR/MLIRContext.cpp