This is an archive of the discontinued LLVM Phabricator instance.

[Xtensa] Implement lowering BR_JT operation
Needs RevisionPublic

Authored by andreisfr on Mar 27 2023, 5:37 AM.

Diff Detail

Event Timeline

andreisfr created this revision.Mar 27 2023, 5:37 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 27 2023, 5:37 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
andreisfr requested review of this revision.Mar 27 2023, 5:37 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 27 2023, 5:37 AM
JKRhb added a subscriber: JKRhb.Mar 30 2023, 12:56 PM
arsenm requested changes to this revision.Aug 18 2023, 6:31 AM

Needs tests

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

Just use the type of the operation you already have

This revision now requires changes to proceed.Aug 18 2023, 6:31 AM