[llvm] [NFC] Replace `GetPatFromTreePatternNode` with `llvm::to_string` (PR #123754)

Tomas Matheson via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 21 06:44:14 PST 2025


================
@@ -22,6 +22,7 @@
 #include "llvm/ADT/TinyPtrVector.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/Format.h"
+#include "llvm/Support/ScopedPrinter.h" // for llvm::to_string
----------------
tmatheson-arm wrote:

Any suggestions for a better place for `llvm::to_string()` to live?

https://github.com/llvm/llvm-project/pull/123754


More information about the llvm-commits mailing list