diff options
author | Roman Tereshin <rtereshin@apple.com> | 2018-05-23 19:16:59 +0000 |
---|---|---|
committer | Roman Tereshin <rtereshin@apple.com> | 2018-05-23 19:16:59 +0000 |
commit | b1ba127aa87f9c1f25d2440e2f15604b77b719b4 (patch) | |
tree | d2f11ddefe859aaa9afac4e0c0f7c7ddd67fa71a /llvm/tools/llvm-objcopy/llvm-objcopy.cpp | |
parent | 10da5a0ae7674fd9f9079cdb28d567abe89dcf1c (diff) | |
download | bcm5719-llvm-b1ba127aa87f9c1f25d2440e2f15604b77b719b4.tar.gz bcm5719-llvm-b1ba127aa87f9c1f25d2440e2f15604b77b719b4.zip |
[GlobalISel][InstructionSelect] Moving type checks forward, perf patch 6
This patch continues a series of patches started by r332907 (reapplied
as r332917)
In this commit we sort type checks towards the beginning of every rule
within the MatchTable as they fail often and it's best to fail early.
This is expected to decrease time GlobalISel spends in its
InstructionSelect pass by roughly 7% for an -O0 build as measured on
sqlite3-amalgamation (http://sqlite.org/download.html) targeting
AArch64. The amalgamation is a large single-file C-source that makes
compiler backend performance improvements to stand out from frontend.
It's also a part of CTMark.
Reviewers: qcolombet, dsanders, bogner, aemerson, javed.absar
Reviewed By: qcolombet
Subscribers: rovka, llvm-commits, kristof.beyls
Differential Revision: https://reviews.llvm.org/D44700
llvm-svn: 333114
Diffstat (limited to 'llvm/tools/llvm-objcopy/llvm-objcopy.cpp')
0 files changed, 0 insertions, 0 deletions