[llvm] [Xtensa] Implement Xtensa Floating Point Option. (PR #136086)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu May 22 01:52:33 PDT 2025


================
@@ -815,6 +936,21 @@ SDValue XtensaTargetLowering::LowerImmediate(SDValue Op,
   return Op;
 }
 
+SDValue XtensaTargetLowering::LowerImmediateFP(SDValue Op,
----------------
arsenm wrote:

Can this just use the default expand? 

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


More information about the llvm-commits mailing list