This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Use the same pipeline tuning options as clang for execution engine This change make sure that ExecutionEngine's pass pipeline is identical to one used by clang. Previously, SLPVectorization was not enabled which caused differences in code...
ClosedPublic

Authored by shabalin on Nov 2 2022, 6:05 AM.

Diff Detail

Event Timeline

shabalin created this revision.Nov 2 2022, 6:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 2 2022, 6:05 AM
shabalin requested review of this revision.Nov 2 2022, 6:05 AM
ftynse accepted this revision.Nov 2 2022, 6:08 AM
This revision is now accepted and ready to land.Nov 2 2022, 6:08 AM