[llvm] [AArch64][GlobalISel] Use GPR for illegal fconstants and extend < 32 bit GPR constants to 32 bits (PR #178692)

Cullen Rhodes via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 4 04:16:06 PST 2026


================
@@ -12,6 +12,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "AArch64RegisterBankInfo.h"
+#include "AArch64ISelLowering.h"
----------------
c-rhodes wrote:

not immediately obvious to me why you need this now?

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


More information about the llvm-commits mailing list