[llvm] [DAG] Support saturated truncate (PR #99418)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 23 11:00:04 PDT 2024


topperc wrote:

I just submitted #100173 to remove the RISCVISD::VNCLIP* opcodes in favor of the TRUNCATE_VECTOR_VL_*SAT nodes added in this patch. This should allow us to remove the translating from TRUNCATE_VECTOR_VL_*SAT to RISCVISD::VNCLIP*.

https://github.com/llvm/llvm-project/pull/99418


More information about the llvm-commits mailing list