[RISCV] Remove -riscv-v-fixed-length-vector-lmul-max from tests. NFC #78299
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Some fixed vector tests in test/CodeGen/RISCV/rvv have multiple run lines that
check various configurations of -riscv-v-fixed-length-vector-lmul-max. From
what I understand this flag was introduced in the early days of fixed length
vector support, but now that fixed vector codegen has matured I'm not sure if
it's as relevant today.
This patch proposes to remove the various lmul-max run lines from the tests to
make them more readable, and any changes to fixed vector codegen easier to
review.
We have removed them before for the same reason, so this would take care of the
remaining test cases: https://reviews.llvm.org/D157973#4593268
(I don't have any strong motivation to remove the actual flag itself, my own
personal motivation is just to clean up the tests)