[Mlir-commits] [mlir] 8dfdb80 - Ensure newlines at the end of files (NFC)
Kazu Hirata
llvmlistbot at llvm.org
Sun Jul 17 15:37:59 PDT 2022
Author: Kazu Hirata
Date: 2022-07-17T15:37:45-07:00
New Revision: 8dfdb80f72c080585517f10862b3b08d745b9155
URL: https://github.com/llvm/llvm-project/commit/8dfdb80f72c080585517f10862b3b08d745b9155
DIFF: https://github.com/llvm/llvm-project/commit/8dfdb80f72c080585517f10862b3b08d745b9155.diff
LOG: Ensure newlines at the end of files (NFC)
Added:
Modified:
clang/lib/Basic/MakeSupport.cpp
libc/src/math/generic/CMakeLists.txt
llvm/lib/ExecutionEngine/JITLink/COFFLinkGraphBuilder.cpp
llvm/lib/Target/SPIRV/SPIRVDuplicatesTracker.cpp
llvm/lib/Target/SPIRV/SPIRVDuplicatesTracker.h
mlir/lib/Conversion/VectorToGPU/NvGpuSupport.cpp
mlir/lib/Dialect/LLVMIR/IR/LLVMIntrinsicOps.cpp
Removed:
################################################################################
diff --git a/clang/lib/Basic/MakeSupport.cpp b/clang/lib/Basic/MakeSupport.cpp
index 37838f7bbc7bc..4ddfcc350410c 100644
--- a/clang/lib/Basic/MakeSupport.cpp
+++ b/clang/lib/Basic/MakeSupport.cpp
@@ -32,4 +32,4 @@ void clang::quoteMakeTarget(StringRef Target, SmallVectorImpl<char> &Res) {
Res.push_back(Target[i]);
}
-}
\ No newline at end of file
+}
diff --git a/libc/src/math/generic/CMakeLists.txt b/libc/src/math/generic/CMakeLists.txt
index 1a693e6d5c2c9..41588104cf62f 100644
--- a/libc/src/math/generic/CMakeLists.txt
+++ b/libc/src/math/generic/CMakeLists.txt
@@ -1115,4 +1115,4 @@ add_entrypoint_object(
libc.src.__support.FPUtil.generic.fmod
COMPILE_OPTIONS
-O3
-)
\ No newline at end of file
+)
diff --git a/llvm/lib/ExecutionEngine/JITLink/COFFLinkGraphBuilder.cpp b/llvm/lib/ExecutionEngine/JITLink/COFFLinkGraphBuilder.cpp
index 43b9c2ba400b7..dc07eaeaf615c 100644
--- a/llvm/lib/ExecutionEngine/JITLink/COFFLinkGraphBuilder.cpp
+++ b/llvm/lib/ExecutionEngine/JITLink/COFFLinkGraphBuilder.cpp
@@ -524,4 +524,4 @@ COFFLinkGraphBuilder::exportCOMDATSymbol(COFFSymbolIndex SymIndex,
}
} // namespace jitlink
-} // namespace llvm
\ No newline at end of file
+} // namespace llvm
diff --git a/llvm/lib/Target/SPIRV/SPIRVDuplicatesTracker.cpp b/llvm/lib/Target/SPIRV/SPIRVDuplicatesTracker.cpp
index 57cd4bafd3516..1926977ea66ea 100644
--- a/llvm/lib/Target/SPIRV/SPIRVDuplicatesTracker.cpp
+++ b/llvm/lib/Target/SPIRV/SPIRVDuplicatesTracker.cpp
@@ -92,4 +92,4 @@ void SPIRVGeneralDuplicatesTracker::buildDepsGraph(
}
}
}
-}
\ No newline at end of file
+}
diff --git a/llvm/lib/Target/SPIRV/SPIRVDuplicatesTracker.h b/llvm/lib/Target/SPIRV/SPIRVDuplicatesTracker.h
index 58ae1f86ce42c..c2801faf6f0eb 100644
--- a/llvm/lib/Target/SPIRV/SPIRVDuplicatesTracker.h
+++ b/llvm/lib/Target/SPIRV/SPIRVDuplicatesTracker.h
@@ -171,4 +171,4 @@ class SPIRVGeneralDuplicatesTracker {
}
};
} // namespace llvm
-#endif
\ No newline at end of file
+#endif
diff --git a/mlir/lib/Conversion/VectorToGPU/NvGpuSupport.cpp b/mlir/lib/Conversion/VectorToGPU/NvGpuSupport.cpp
index af14aaa1deeec..65f97da634675 100644
--- a/mlir/lib/Conversion/VectorToGPU/NvGpuSupport.cpp
+++ b/mlir/lib/Conversion/VectorToGPU/NvGpuSupport.cpp
@@ -332,4 +332,4 @@ PrepareContractToGPUMMASync::matchAndRewrite(vector::ContractionOp op,
}
} // namespace nvgpu
-} // namespace mlir
\ No newline at end of file
+} // namespace mlir
diff --git a/mlir/lib/Dialect/LLVMIR/IR/LLVMIntrinsicOps.cpp b/mlir/lib/Dialect/LLVMIR/IR/LLVMIntrinsicOps.cpp
index 15f15b745e190..a5d85a7cf4ccb 100644
--- a/mlir/lib/Dialect/LLVMIR/IR/LLVMIntrinsicOps.cpp
+++ b/mlir/lib/Dialect/LLVMIR/IR/LLVMIntrinsicOps.cpp
@@ -4,4 +4,4 @@ using namespace mlir;
using namespace mlir::LLVM;
#define GET_OP_CLASSES
-#include "mlir/Dialect/LLVMIR/LLVMIntrinsicOps.cpp.inc"
\ No newline at end of file
+#include "mlir/Dialect/LLVMIR/LLVMIntrinsicOps.cpp.inc"
More information about the Mlir-commits
mailing list