[llvm] AArch64: Use RuntimeLibcallsInfo in SMEAttributes (NFC) (PR #164968)
Benjamin Maxwell via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 24 06:10:42 PDT 2025
================
@@ -12,6 +12,9 @@
#include "llvm/IR/Function.h"
namespace llvm {
+namespace RTLIB {
+struct RuntimeLibcallsInfo;
+}
class AArch64TargetLowering;
----------------
MacDue wrote:
Remove the `AArch64TargetLowering` forward decl
https://github.com/llvm/llvm-project/pull/164968
More information about the llvm-commits
mailing list