Updates LLVM usage to match
[93377888ae89](https://github.com/llvm/llvm-project/commit/93377888ae89)

PiperOrigin-RevId: 336669842
This commit is contained in:
Adrian Kuegel 2020-10-12 08:41:15 -07:00 committed by TensorFlow MLIR Team
parent 5039c00c4c
commit 53d16d9f8e
3 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
473b364a19ff4ec39abe2ce3da6614d717207966 93377888ae89560ba6d3976e2762d3d4724c4dfd

View File

@ -20,7 +20,7 @@ limitations under the License.
#include "mlir/IR/MLIRContext.h" #include "mlir/IR/MLIRContext.h"
#include "mlir/IR/PatternMatch.h" #include "mlir/IR/PatternMatch.h"
#include "mlir/Transforms/BufferPlacement.h" #include "mlir/Transforms/Bufferize.h"
#include "mlir/Transforms/DialectConversion.h" #include "mlir/Transforms/DialectConversion.h"
namespace mlir { namespace mlir {

View File

@ -34,7 +34,7 @@ limitations under the License.
#include "mlir/IR/PatternMatch.h" #include "mlir/IR/PatternMatch.h"
#include "mlir/IR/StandardTypes.h" #include "mlir/IR/StandardTypes.h"
#include "mlir/Pass/Pass.h" #include "mlir/Pass/Pass.h"
#include "mlir/Transforms/BufferPlacement.h" #include "mlir/Transforms/Bufferize.h"
#include "mlir/Transforms/DialectConversion.h" #include "mlir/Transforms/DialectConversion.h"
namespace mlir { namespace mlir {