plctlab / llvm-project

PLCT实验室的 RISC-V V Spec 实现,基于llvm/llvm-project,rkruppe/rvv-llvm 和 https://repo.hca.bsc.es/gitlab/rferrer/llvm-epi-0.8
159 stars 40 forks source link

Riscv zce extension tablejump #39

Closed ScottEgerton closed 2 years ago

ScottEgerton commented 2 years ago

This is the current state of the table jump work. This is an implementation of the older specification and has not yet been updated to reflect the latest specification changes. I’m mostly posting this so that others can access and review this. There are a few known minor test failures, however these are only in newly added tests and are not regressions. Currently this does not contain a cost function.

abukharmeh commented 2 years ago

@ScottEgerton Any updates on this one ?

abukharmeh commented 2 years ago

@ScottEgerton Could you please rebase to LLVM14 branch ?

Xinlong-Wu commented 2 years ago

the patch was rebased & merged from the internal repo, close this pr.