[RISCV][NFC] Add test for different LMULs in vectorizer
authorLuke Lau <luke@igalia.com>
Fri, 10 Feb 2023 01:17:14 +0000 (01:17 +0000)
committerLuke Lau <luke@igalia.com>
Mon, 20 Feb 2023 22:40:40 +0000 (22:40 +0000)
commit0b336e9ef054a7bf65fa055ca3c8052803cdf6b1
tree251f46b4553d1b604c27020b5af8d02d6f3b7bfc
parenteb71ecfa1018eb5bc54f59526b2e493651e61f0c
[RISCV][NFC] Add test for different LMULs in vectorizer

This is a test for an upcoming patch that proposes to change the default LMUL used by the loop vectorizer from 1 to 2

Reviewed By: reames

Differential Revision: https://reviews.llvm.org/D143722
llvm/test/Transforms/LoopVectorize/RISCV/lmul.ll [new file with mode: 0644]