This is an archive of the discontinued LLVM Phabricator instance.

[LoongArch] Override TargetSubtargetInfo::getSelectionDAGInfo
ClosedPublic

Authored by wangleiat on Sep 27 2022, 12:55 AM.

Details

Summary

The target selection DAG lowering information is needed for
SelectionDAGBuilder to lower a call like memcmp into an optimized
form.

Diff Detail

Event Timeline

wangleiat created this revision.Sep 27 2022, 12:55 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 27 2022, 12:55 AM
wangleiat requested review of this revision.Sep 27 2022, 12:55 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 27 2022, 12:55 AM
xen0n accepted this revision.Sep 27 2022, 1:51 AM

Cross-checked with RISCV codegen, looks okay ;-)

This revision is now accepted and ready to land.Sep 27 2022, 1:51 AM
SixWeining accepted this revision.Sep 28 2022, 2:30 AM
This revision was automatically updated to reflect the committed changes.