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

Graham Hunter via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 23 07:37:57 PST 2023


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

I added an LLVM_DEBUG line, along with std::numeric_limits<unsigned int>::max()

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


More information about the llvm-commits mailing list