[PATCH] D123418: [RISCV] Remove riscv-v-fixed-length-vector-elen-max command line option.
Fraser Cormack via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 11 02:34:51 PDT 2022
frasercrmck accepted this revision.
frasercrmck added a comment.
This revision is now accepted and ready to land.
Looks good, I don't think we need to careful with this backend option: deprecating or keeping it around but disabling it or somesuch.
================
Comment at: llvm/test/CodeGen/RISCV/rvv/fixed-vectors-elen.ll:5
-; Test that limiting ELEN, either through the command line or zve32, scalarizes
+; Test that limiting ELEN, either through zve32, scalarizes
; elements larger than that and disables some fractional LMULs.
----------------
`either` doesn't mean anything here. `Test that limiting ELEN through zve32 scalarizes`, perhaps?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123418/new/
https://reviews.llvm.org/D123418
More information about the llvm-commits
mailing list