[llvm] [AArch64] Fix a presumed typo in isFPImmLegal limit. NFC (PR #106716)

David Green via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 30 09:55:39 PDT 2024


================
@@ -11463,7 +11463,9 @@ bool AArch64TargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT,
     // movw+movk is fused). So we limit up to 2 instrdduction at most.
----------------
davemgreen wrote:

Oh - you remove it in a follow up. Don't worry about it here then.

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


More information about the llvm-commits mailing list