summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/BackendUtil.cpp
diff options
context:
space:
mode:
authorGuillaume Chatelet <gchatelet@google.com>2018-10-17 11:37:28 +0000
committerGuillaume Chatelet <gchatelet@google.com>2018-10-17 11:37:28 +0000
commitfcbb6f3c2b7963a697e5291538bf9d120cb80b93 (patch)
treec430bf5d814839c4225221ab6f57f9060c298d3c /clang/lib/CodeGen/BackendUtil.cpp
parent3fac4ef1fdb4e6b2b4743f33498612c233da325d (diff)
downloadbcm5719-llvm-fcbb6f3c2b7963a697e5291538bf9d120cb80b93.tar.gz
bcm5719-llvm-fcbb6f3c2b7963a697e5291538bf9d120cb80b93.zip
[llvm-exegeis] Computing Latency configuration upfront so we can generate many CodeTemplates at once.
Summary: LatencyGenerator now computes all possible mode of serial execution for an Instruction upfront and generates CodeTemplate for the ones that give the best results (e.g. no need to generate a two instructions snippet when repeating a single one would do). The next step is to generate even more configurations for cases (e.g. for XOR we should generate "XOR EAX, EAX, EAX" and "XOR EAX, EAX, EBX") Reviewers: courbet Reviewed By: courbet Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D53320 llvm-svn: 344689
Diffstat (limited to 'clang/lib/CodeGen/BackendUtil.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud