diff options
author | Juergen Ributzka <juergen@apple.com> | 2014-09-02 21:07:44 +0000 |
---|---|---|
committer | Juergen Ributzka <juergen@apple.com> | 2014-09-02 21:07:44 +0000 |
commit | 7e998fb5e631333ca74dd5dca86f33701a7220da (patch) | |
tree | cf6d121517a1934434693a4eff1d22aca87c77e3 /libcxx/src | |
parent | 77a609b55636dc540090ef9105c60a99cfdbd1dd (diff) | |
download | bcm5719-llvm-7e998fb5e631333ca74dd5dca86f33701a7220da.tar.gz bcm5719-llvm-7e998fb5e631333ca74dd5dca86f33701a7220da.zip |
[FastISel] Provide the option to skip target-independent instruction selection. NFC.
This allows the target to disable target-independent instruction selection and
jump directly into the target-dependent instruction selection code.
This can be beneficial for targets, such as AArch64, which could emit much
better code, but never got a chance to do so, because the target-independent
instruction selector was able to find an instruction sequence.
llvm-svn: 216947
Diffstat (limited to 'libcxx/src')
0 files changed, 0 insertions, 0 deletions