This is an archive of the discontinued LLVM Phabricator instance.

[Xtensa] Implement lowering ConstantPool and address operations.
Needs RevisionPublic

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

Details

Summary

Lower ConstantPool, GlobalAddress, BlockAddress and JumpTable.
Implement lowering of External and JumpTable symbols to MCInst
representation.

Diff Detail

Event Timeline

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

Minor code formatting

JKRhb added a subscriber: JKRhb.Mar 30 2023, 12:57 PM
arsenm requested changes to this revision.Aug 18 2023, 6:31 AM

Needs tests

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

MVT

596–608

Shouldn't need to consider the users, can handle this as a fold in the call

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