This is an archive of the discontinued LLVM Phabricator instance.

[VE] Change the way of lowering store
ClosedPublic

Authored by kaz7 on Aug 18 2023, 12:27 AM.

Details

Summary

Change lowering store iff the data operand is leagalized. In this way,
llvm can lower only operands first, then lower store instruction later.

Diff Detail

Event Timeline

kaz7 created this revision.Aug 18 2023, 12:27 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 18 2023, 12:27 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
kaz7 requested review of this revision.Aug 18 2023, 12:27 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 18 2023, 12:27 AM
efocht accepted this revision.Aug 18 2023, 12:35 AM

Nice!

This revision is now accepted and ready to land.Aug 18 2023, 12:35 AM
This revision was automatically updated to reflect the committed changes.