[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:53:26 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:

Do you mind changing instrdduction to instructions whilst you are here?

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


More information about the llvm-commits mailing list