This is an archive of the discontinued LLVM Phabricator instance.

[X86] Add sched override for MMX_PMOVMSKBrr in SandyBridge.
AbandonedPublic

Authored by courbet on Mar 27 2018, 7:22 AM.

Details

Summary

Latency should be 1. See the discussion on D44924.

Diff Detail

Event Timeline

courbet created this revision.Mar 27 2018, 7:22 AM

I've added WriteMMXMOVMSK to D44924 which helps avoid the creation of an extra scheduler class in the X86GenSubtargetInfo.inc tables - that might be better?

I don't have a strong opinion on this, either way is fine.

Abandon? D44924.has landed and covers this now.

courbet abandoned this revision.Mar 28 2018, 2:00 AM

Yep, thanks.