[PATCH] D73196: [llvm-exegesis] Allow the randomizer to fail nicely...
Clement Courbet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 22 07:24:00 PST 2020
courbet created this revision.
courbet added a reviewer: gchatelet.
Herald added subscribers: mstojanovic, tschuett.
Herald added a project: LLVM.
... instead of crashing.
On typical exmaple is when there are no available registers.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D73196
Files:
llvm/tools/llvm-exegesis/lib/RegisterAliasing.cpp
llvm/tools/llvm-exegesis/lib/RegisterAliasing.h
llvm/tools/llvm-exegesis/lib/SnippetGenerator.cpp
llvm/tools/llvm-exegesis/lib/SnippetGenerator.h
llvm/tools/llvm-exegesis/lib/Target.cpp
llvm/tools/llvm-exegesis/lib/Target.h
llvm/tools/llvm-exegesis/lib/X86/Target.cpp
llvm/unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73196.239588.patch
Type: text/x-patch
Size: 10659 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200122/7d228301/attachment.bin>
More information about the llvm-commits
mailing list