From 3691e39f62193184fd57e5ef4dc54175de8b18e0 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Fri, 4 Dec 2020 07:23:19 -0800 Subject: [PATCH] Integrate LLVM at llvm/llvm-project@f5d52916ce34 Updates LLVM usage to match [f5d52916ce34](https://github.com/llvm/llvm-project/commit/f5d52916ce34) PiperOrigin-RevId: 345672828 --- build_tools/llvm_version.txt | 2 +- include/mlir-hlo/Dialect/mhlo/IR/hlo_ops_base_structs.h | 2 +- include/mlir-hlo/Dialect/mhlo/IR/lhlo_gpu_ops_structs.h | 2 +- include/mlir-hlo/utils/convert_op_folder.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build_tools/llvm_version.txt b/build_tools/llvm_version.txt index 4a6ad90..45e4662 100644 --- a/build_tools/llvm_version.txt +++ b/build_tools/llvm_version.txt @@ -1,2 +1,2 @@ -55db6ec1cc20d32ad179e0059aafcc545125fca6 +f5d52916ce34f68a2fb4de69844f1b51b6bd0a13 diff --git a/include/mlir-hlo/Dialect/mhlo/IR/hlo_ops_base_structs.h b/include/mlir-hlo/Dialect/mhlo/IR/hlo_ops_base_structs.h index 3b78ff8..64c2f8f 100644 --- a/include/mlir-hlo/Dialect/mhlo/IR/hlo_ops_base_structs.h +++ b/include/mlir-hlo/Dialect/mhlo/IR/hlo_ops_base_structs.h @@ -18,7 +18,7 @@ limitations under the License. #ifndef TENSORFLOW_COMPILER_MLIR_HLO_INCLUDE_MLIR_HLO_DIALECT_MHLO_IR_HLO_OPS_BASE_STRUCTS_H_ #define TENSORFLOW_COMPILER_MLIR_HLO_INCLUDE_MLIR_HLO_DIALECT_MHLO_IR_HLO_OPS_BASE_STRUCTS_H_ -#include "mlir/IR/Attributes.h" +#include "mlir/IR/BuiltinAttributes.h" #include "mlir/IR/Identifier.h" #include "mlir/IR/StandardTypes.h" #include "mlir/IR/Types.h" diff --git a/include/mlir-hlo/Dialect/mhlo/IR/lhlo_gpu_ops_structs.h b/include/mlir-hlo/Dialect/mhlo/IR/lhlo_gpu_ops_structs.h index ff642b8..70f6f17 100644 --- a/include/mlir-hlo/Dialect/mhlo/IR/lhlo_gpu_ops_structs.h +++ b/include/mlir-hlo/Dialect/mhlo/IR/lhlo_gpu_ops_structs.h @@ -18,7 +18,7 @@ #ifndef THIRD_PARTY_TENSORFLOW_COMPILER_MLIR_HLO_INCLUDE_MLIR_HLO_DIALECT_MHLO_IR_LHLO_GPU_OPS_STRUCTS_H_ #define THIRD_PARTY_TENSORFLOW_COMPILER_MLIR_HLO_INCLUDE_MLIR_HLO_DIALECT_MHLO_IR_LHLO_GPU_OPS_STRUCTS_H_ -#include "mlir/IR/Attributes.h" +#include "mlir/IR/BuiltinAttributes.h" #include "mlir/IR/Identifier.h" #include "mlir/IR/StandardTypes.h" #include "mlir/IR/Types.h" diff --git a/include/mlir-hlo/utils/convert_op_folder.h b/include/mlir-hlo/utils/convert_op_folder.h index 4cf7438..39e0acf 100644 --- a/include/mlir-hlo/utils/convert_op_folder.h +++ b/include/mlir-hlo/utils/convert_op_folder.h @@ -16,7 +16,7 @@ limitations under the License. #ifndef TENSORFLOW_COMPILER_MLIR_HLO_INCLUDE_MLIR_HLO_UTILS_CONVERT_OP_FOLDER_H_ #define TENSORFLOW_COMPILER_MLIR_HLO_INCLUDE_MLIR_HLO_UTILS_CONVERT_OP_FOLDER_H_ -#include "mlir/IR/Attributes.h" +#include "mlir/IR/BuiltinAttributes.h" #include "mlir/IR/StandardTypes.h" namespace mlir {