[Mlir-commits] [mlir] 410480e - Ensure newlines at the end of files (NFC)
Kazu Hirata
llvmlistbot at llvm.org
Thu Jan 6 23:44:11 PST 2022
Author: Kazu Hirata
Date: 2022-01-06T23:44:02-08:00
New Revision: 410480e32b6920f391018e5fc66d811194bf7025
URL: https://github.com/llvm/llvm-project/commit/410480e32b6920f391018e5fc66d811194bf7025
DIFF: https://github.com/llvm/llvm-project/commit/410480e32b6920f391018e5fc66d811194bf7025.diff
LOG: Ensure newlines at the end of files (NFC)
Added:
Modified:
llvm/lib/CodeGen/MLRegallocEvictAdvisor.cpp
llvm/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp
mlir/lib/Bindings/Python/DialectQuant.cpp
Removed:
################################################################################
diff --git a/llvm/lib/CodeGen/MLRegallocEvictAdvisor.cpp b/llvm/lib/CodeGen/MLRegallocEvictAdvisor.cpp
index 2839cd955b059..3ffd75f32b6ab 100644
--- a/llvm/lib/CodeGen/MLRegallocEvictAdvisor.cpp
+++ b/llvm/lib/CodeGen/MLRegallocEvictAdvisor.cpp
@@ -170,4 +170,4 @@ static const TensorSpec Reward =
#endif //#ifdef LLVM_HAVE_TF_API
} // namespace
-#endif // defined(LLVM_HAVE_TF_AOT) || defined(LLVM_HAVE_TF_API)
\ No newline at end of file
+#endif // defined(LLVM_HAVE_TF_AOT) || defined(LLVM_HAVE_TF_API)
diff --git a/llvm/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp b/llvm/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp
index 2c381722fe9c8..9ce00f76d9c7f 100644
--- a/llvm/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp
+++ b/llvm/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp
@@ -1896,4 +1896,4 @@ static DecodeStatus DecodeSETMemOpInstruction(MCInst &Inst, uint32_t insn,
return MCDisassembler::Fail;
return MCDisassembler::Success;
-}
\ No newline at end of file
+}
diff --git a/mlir/lib/Bindings/Python/DialectQuant.cpp b/mlir/lib/Bindings/Python/DialectQuant.cpp
index 844cbec4eadd0..de042d1fb028a 100644
--- a/mlir/lib/Bindings/Python/DialectQuant.cpp
+++ b/mlir/lib/Bindings/Python/DialectQuant.cpp
@@ -306,4 +306,4 @@ PYBIND11_MODULE(_mlirDialectsQuant, m) {
m.doc() = "MLIR Quantization dialect";
populateDialectQuantSubmodule(m);
-}
\ No newline at end of file
+}
More information about the Mlir-commits
mailing list