This is an archive of the discontinued LLVM Phabricator instance.

[llvm-exegesis][mips] Add SnippetGeneratorTest unit test
ClosedPublic

Authored by mstojanovic on Dec 13 2019, 8:35 AM.

Details

Summary

Test latency with explicit register dependency, without and with forbidden registers.

Diff Detail

Event Timeline

mstojanovic created this revision.Dec 13 2019, 8:35 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 13 2019, 8:35 AM

LGMT from the exegesis side. Disclaimer: I know nothing about MIPS.

llvm/unittests/tools/llvm-exegesis/Mips/SnippetGeneratorTest.cpp
101

nit: inline this ?

gchatelet accepted this revision.Dec 16 2019, 2:36 AM

Same as @courbet, I know almost nothing about MIPS but LGTM

This revision is now accepted and ready to land.Dec 16 2019, 2:36 AM

Inlined Opcode.

This revision was automatically updated to reflect the committed changes.