[llvm] [SandboxIR] Functions to find vectorizor-relevant properties (PR #109221)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 20 13:24:27 PDT 2024
================
@@ -48,5 +49,6 @@ class Utils {
return DL.getTypeSizeInBits(Ty->LLVMTy);
}
};
-} // namespace sandboxir
-} // namespace llvm
+} // namespace llvm::sandboxir
+
+#endif // LLVM_SANDBOXIR_TYPE_H
----------------
vporpo wrote:
I think the comment should be `// LLVM_SANDBOXIR_UTILS_H`
https://github.com/llvm/llvm-project/pull/109221
More information about the llvm-commits
mailing list