[PATCH] D72661: [VectorOps] Fixed typo in lowering code
Nicolas Vasilache via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 13 15:54:09 PST 2020
nicolasvasilache requested changes to this revision.
nicolasvasilache added inline comments.
This revision now requires changes to proceed.
================
Comment at: mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp:27
#include "mlir/Transforms/Passes.h"
+#include <iostream>
----------------
Note: we use llvm::errs/outs/dbgs consistently across the codebase, not iostream
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72661/new/
https://reviews.llvm.org/D72661
More information about the llvm-commits
mailing list