This is an archive of the discontinued LLVM Phabricator instance.

[Xtensa] Add Constant Pool
AcceptedPublic

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

Details

Summary

Implement Xtensa specific constantpool value class.

Diff Detail

Event Timeline

andreisfr created this revision.Mar 9 2023, 12:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 9 2023, 12:15 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
andreisfr requested review of this revision.Mar 9 2023, 12:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 9 2023, 12:15 AM
andreisfr updated this revision to Diff 508579.Mar 27 2023, 4:49 AM

Minor code formatting.

andreisfr edited the summary of this revision. (Show Details)Mar 27 2023, 12:53 PM
JKRhb added a subscriber: JKRhb.Mar 30 2023, 12:55 PM
arsenm accepted this revision.Aug 1 2023, 6:03 PM
arsenm added inline comments.
llvm/lib/Target/Xtensa/XtensaConstantPoolValue.cpp
71

should wrap in the llvm_enable_dump macros

This revision is now accepted and ready to land.Aug 1 2023, 6:03 PM