[llvm] [AArch64][GlobalISel] Improve non-SVE popcount for 32bit and 64 bit using udot (PR #96409)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 25 05:29:06 PDT 2024
================
@@ -14,6 +14,7 @@
#include "AArch64LegalizerInfo.h"
#include "AArch64RegisterBankInfo.h"
#include "AArch64Subtarget.h"
+#include "MCTargetDesc/AArch64MCTargetDesc.h"
----------------
davemgreen wrote:
Is this needed?
https://github.com/llvm/llvm-project/pull/96409
More information about the llvm-commits
mailing list