[Mlir-commits] [mlir] 2265009 - [mlir][GPUOpsLowering] Add missing include for FormatVariadic
River Riddle
llvmlistbot at llvm.org
Fri May 1 16:01:19 PDT 2020
Author: River Riddle
Date: 2020-05-01T15:58:20-07:00
New Revision: 2265009fbeadfb03774f8789c29b6798da2f1652
URL: https://github.com/llvm/llvm-project/commit/2265009fbeadfb03774f8789c29b6798da2f1652
DIFF: https://github.com/llvm/llvm-project/commit/2265009fbeadfb03774f8789c29b6798da2f1652.diff
LOG: [mlir][GPUOpsLowering] Add missing include for FormatVariadic
Added:
Modified:
mlir/lib/Conversion/GPUCommon/GPUOpsLowering.h
Removed:
################################################################################
diff --git a/mlir/lib/Conversion/GPUCommon/GPUOpsLowering.h b/mlir/lib/Conversion/GPUCommon/GPUOpsLowering.h
index b26e85a15b99..4a1fe1afffe6 100644
--- a/mlir/lib/Conversion/GPUCommon/GPUOpsLowering.h
+++ b/mlir/lib/Conversion/GPUCommon/GPUOpsLowering.h
@@ -13,6 +13,7 @@
#include "mlir/Dialect/LLVMIR/LLVMDialect.h"
#include "mlir/Dialect/StandardOps/IR/Ops.h"
#include "mlir/IR/Builders.h"
+#include "llvm/Support/FormatVariadic.h"
namespace mlir {
More information about the Mlir-commits
mailing list