[llvm] [AArch64][GlobalISel] Improve non-SVE popcount for 32bit and 64 bit using udot (PR #96409)

Tim Gymnich via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 25 05:40:42 PDT 2024


================
@@ -14,6 +14,7 @@
 #include "AArch64LegalizerInfo.h"
 #include "AArch64RegisterBankInfo.h"
 #include "AArch64Subtarget.h"
+#include "MCTargetDesc/AArch64MCTargetDesc.h"
----------------
tgymnich wrote:

My vscode inserted it when using `AArch64::G_UDOT`. But "AArch64Subtarget.h` already transitively includes `MCTargetDesc/AArch64MCTargetDesc.h`.

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


More information about the llvm-commits mailing list