15 #ifndef MLIR_SUPPORT_DEBUGSTRINGHELPER_H
16 #define MLIR_SUPPORT_DEBUGSTRINGHELPER_H
20 #include "llvm/ADT/Twine.h"
21 #include "llvm/Support/raw_os_ostream.h"
22 #include "llvm/Support/raw_ostream.h"
30 llvm::raw_string_ostream os(instrStr);
37 inline std::ostream &
operator<<(std::ostream &out,
const llvm::Twine &twine) {
38 llvm::raw_os_ostream rout(out);
std::ostream & operator<<(std::ostream &out, const llvm::Twine &twine)
Include the generated interface declarations.
static std::string debugString(T &&op)