This is an archive of the discontinued LLVM Phabricator instance.

[GlobalIsel][X86] G_STORE extension
ClosedPublic

Authored by tschuett on Jun 23 2023, 9:37 AM.

Diff Detail

Event Timeline

tschuett created this revision.Jun 23 2023, 9:37 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 23 2023, 9:37 AM
tschuett requested review of this revision.Jun 23 2023, 9:37 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 23 2023, 9:37 AM
tschuett updated this revision to Diff 533990.Jun 23 2023, 9:45 AM

update check lines

arsenm accepted this revision.Jun 23 2023, 1:09 PM

LGTM but drop the filler undef value references

llvm/test/CodeGen/X86/GlobalISel/legalize-store-avx.mir
19

don't need into ptr undef, can just not have a value reference

llvm/test/CodeGen/X86/GlobalISel/legalize-store-sse.mir
44

bb.0

This revision is now accepted and ready to land.Jun 23 2023, 1:09 PM
This revision was landed with ongoing or failed builds.Jun 23 2023, 8:51 PM
This revision was automatically updated to reflect the committed changes.