This is an archive of the discontinued LLVM Phabricator instance.

[mlir][vector][nfc] Rename index optimizations option
ClosedPublic

Authored by jsetoain on Mar 24 2022, 9:55 AM.

Details

Summary

We are using "enable-index-optimizations" and "indexOptimizations" as
names for an optimization that consists of using i32 for indices within
a vector. For instance, when building a vector comparison for mask
generation. The name is confusing and suggests a scope beyond these
vector indices. This change makes the function of the option explicit
in its name.

Diff Detail

Event Timeline

jsetoain created this revision.Mar 24 2022, 9:55 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 24 2022, 9:55 AM
jsetoain requested review of this revision.Mar 24 2022, 9:55 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 24 2022, 9:55 AM
ftynse accepted this revision.Mar 24 2022, 9:57 AM
This revision is now accepted and ready to land.Mar 24 2022, 9:57 AM
dcaballe accepted this revision.Mar 24 2022, 11:43 AM

Much better, thanks!

This revision was landed with ongoing or failed builds.Mar 29 2022, 3:35 AM
This revision was automatically updated to reflect the committed changes.