[llvm] [Xtensa] Implement Xtensa Floating Point Option. (PR #136086)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 24 02:14:26 PDT 2025
================
@@ -175,6 +184,103 @@ XtensaTargetLowering::XtensaTargetLowering(const TargetMachine &TM,
setOperationAction(ISD::VACOPY, MVT::Other, Custom);
setOperationAction(ISD::VAEND, MVT::Other, Expand);
+ // Handle floating-point types.
----------------
arsenm wrote:
This is mostly reinventing the default logic based on legal types
https://github.com/llvm/llvm-project/pull/136086
More information about the llvm-commits
mailing list