This is an archive of the discontinued LLVM Phabricator instance.

[Xtensa] Implement lowering constants.
Needs RevisionPublic

Authored by andreisfr on Mar 9 2023, 12:17 AM.

Diff Detail

Event Timeline

andreisfr created this revision.Mar 9 2023, 12:17 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 9 2023, 12:17 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
andreisfr requested review of this revision.Mar 9 2023, 12:17 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 9 2023, 12:17 AM
andreisfr updated this revision to Diff 508582.Mar 27 2023, 5:03 AM

Minor code formatting

JKRhb added a subscriber: JKRhb.Mar 30 2023, 12:57 PM
arsenm added a comment.Aug 1 2023, 6:08 PM

Tests?

llvm/lib/Target/Xtensa/XtensaISelLowering.cpp
334

can early return for != f32 and reduce indent

arsenm requested changes to this revision.Aug 14 2023, 2:48 PM

Needs tests

This revision now requires changes to proceed.Aug 14 2023, 2:48 PM