summaryrefslogtreecommitdiff
path: root/cross-project-tests
diff options
context:
space:
mode:
authorPhilip Reames <preames@rivosinc.com>2022-07-27 11:48:38 -0700
committerPhilip Reames <listmail@philipreames.com>2022-07-27 12:36:04 -0700
commit15c645f7ee678d85a7ec8db9a3b1a78b6548baba (patch)
tree47642f451ffd057df1f25b6689979d1ad8df73d5 /cross-project-tests
parent17fb879764dcaf1f5f6bc505c5c747067ba7c3cd (diff)
downloadllvm-15c645f7ee678d85a7ec8db9a3b1a78b6548baba.tar.gz
[RISCV] Enable (scalable) vectorization by default
This change enables vectorization (using scalable vectorization only, fixed vectors are not yet enabled) for RISCV when vector instructions are available for the target configuration. At this point, the resulting configuration should be both stable (e.g. no crashes), and profitable (i.e. few cases where scalar loops beat vector ones), but is not going to be particularly well tuned (i.e. we emit the best possible vector loop). The goal of this change is to align testing across organizations and ensure the default configuration matches what downstreams are using as closely as possible. This exposes a large amount of code which hasn't otherwise been on by default, and thus may not have been fully exercised. Given that, having issues fall out is not unexpected. If you find issues, please make sure to include as much information as you can when reverting this change. Differential Revision: https://reviews.llvm.org/D129013
Diffstat (limited to 'cross-project-tests')
0 files changed, 0 insertions, 0 deletions