This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 06def23ad1 [Refactor] Improve TargetHasSVE function with optional
target handling (#17666)
add bbd77ace31 Pick up vector length from 'zvlXXXb' (RVV) mattr for riscv
(#17641)
No new revisions were added by this update.
Summary of changes:
python/tvm/target/codegen.py | 17 ++++++
python/tvm/testing/utils.py | 33 ++++++++++++
src/target/llvm/codegen_llvm.cc | 26 +--------
src/target/llvm/llvm_instance.cc | 50 +++++++++++++----
src/target/llvm/llvm_instance.h | 2 +-
src/target/llvm/llvm_module.cc | 13 +++++
tests/python/codegen/test_target_codegen_riscv.py | 49 +++++++++++++++++
tests/python/target/test_riscv_features.py | 66 +++++++++++++++++++++++
8 files changed, 221 insertions(+), 35 deletions(-)
create mode 100644 tests/python/codegen/test_target_codegen_riscv.py
create mode 100644 tests/python/target/test_riscv_features.py