This is an archive of the discontinued LLVM Phabricator instance.

[GlobalISel][X86] G_GEP selection support.
ClosedPublic

Authored by igorb on Apr 23 2017, 5:08 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

igorb created this revision.Apr 23 2017, 5:08 AM
zvi edited edge metadata.Apr 30 2017, 7:14 AM

Add tests where all GEP indices are variable?

lib/Target/X86/X86InstructionSelector.cpp
486 ↗(On Diff #96304)

Consider updating this string

igorb updated this revision to Diff 97593.May 3 2017, 4:04 AM
  • add tests with variable GEP index
igorb updated this revision to Diff 97596.May 3 2017, 4:12 AM
  • update error message.
igorb marked an inline comment as done.May 3 2017, 4:12 AM
guyblank accepted this revision.May 7 2017, 6:35 AM

LGTM

This revision is now accepted and ready to land.May 7 2017, 6:35 AM
This revision was automatically updated to reflect the committed changes.