This is an archive of the discontinued LLVM Phabricator instance.

[llvm-exegesis] Serial snippet: Restrict the set of back-to-back instructions
ClosedPublic

Authored by courbet on Jan 22 2020, 1:08 AM.

Details

Summary

Right now when picking a back-to-back instruction at random, we might select
instructions that we do not know how to handle.
Add a ExegesisTarget hook to possibly filter instructions.

Diff Detail