This is an archive of the discontinued LLVM Phabricator instance.

[llvm-exegesis] Refactor how forbidden registers are computed.
ClosedPublic

Authored by courbet on Sep 26 2019, 6:01 AM.

Details

Summary

Right now latency generation can incorrectly select the scratch register
as a dependency-carrying register.

  • Move the logic for preventing register selection from Uops implementation to common SnippetGenerator class.
  • Aliasing detection now takes a set of forbidden registers just like random register assignment does.

Diff Detail

Repository
rL LLVM

Event Timeline

courbet created this revision.Sep 26 2019, 6:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 26 2019, 6:01 AM
Herald added a subscriber: tschuett. · View Herald Transcript
gchatelet accepted this revision.Sep 26 2019, 6:54 AM
gchatelet added inline comments.
llvm/tools/llvm-exegesis/lib/MCInstrDescView.cpp
275 ↗(On Diff #221932)

State.getRATC().emptyRegisters()

This revision is now accepted and ready to land.Sep 26 2019, 6:54 AM
courbet marked an inline comment as done.Sep 26 2019, 8:13 AM

Thanks.

courbet updated this revision to Diff 221957.Sep 26 2019, 8:15 AM

Address comments

gchatelet accepted this revision.Sep 26 2019, 8:19 AM
This revision was automatically updated to reflect the committed changes.