[llvm] [SVE] Don't require lookup when demangling vector function mappings (PR #72260)

Maciej Gabka via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 23 07:18:02 PST 2023


================
@@ -7,9 +7,14 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Analysis/VectorUtils.h"
+#include "llvm/Support/Debug.h"
+#include "llvm/Support/raw_ostream.h"
----------------
mgabka wrote:

to me looks like it is not needed, same like the other include below.

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


More information about the llvm-commits mailing list