Skip to content

Commit

Permalink
[tests] remove -riscv-v-vector-bits-min argument
Browse files Browse the repository at this point in the history
According to LLVM source code, llc will automatically use zvl length
when this argument not specify.

https://llvm.org/doxygen/RISCVSubtarget_8cpp_source.html
Signed-off-by: Avimitin <[email protected]>
  • Loading branch information
Avimitin committed Aug 30, 2024
1 parent 919700e commit b50ecf9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/pytorch/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ let
-mtriple=riscv32 \
-target-abi=ilp32f \
-mattr=+m,+f,+zve32f \
-riscv-v-vector-bits-min=128 \
--filetype=obj \
-o "$llvmir.o"
Expand Down

0 comments on commit b50ecf9

Please sign in to comment.