[llvm] [ADT] Add signed and unsigned mulHi and mulLo to APInt (PR #84719)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 12 01:25:39 PDT 2024


================
@@ -10,6 +10,7 @@
 #include "llvm/ADT/ArrayRef.h"
 #include "llvm/ADT/DenseMap.h"
 #include "llvm/ADT/SmallString.h"
+#include "llvm/ADT/StringExtras.h"
----------------
jayfoad wrote:

Is this still needed?

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


More information about the llvm-commits mailing list