This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel: Add convenience mutatations to scalarize
ClosedPublic

Authored by arsenm on Jan 17 2019, 2:14 AM.

Diff Detail

Event Timeline

arsenm created this revision.Jan 17 2019, 2:14 AM
paquette added inline comments.Jan 23 2019, 3:37 PM
include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
246

This comment doesn't seem to fit. Maybe

"Scalarize the type for the given type index"?

Or, to avoid cyclical use of the term "scalar",

"Break up the vector type for the given type index into scalar types"?

arsenm updated this revision to Diff 183202.Jan 23 2019, 4:04 PM

Reword comment

This revision is now accepted and ready to land.Jan 24 2019, 1:41 PM
arsenm closed this revision.Jan 24 2019, 4:51 PM

r352143