[all-commits] [llvm/llvm-project] aa3001: SLP/RISCV: add negative test for llrint, increase ...

Ramkumar Ramachandra via All-commits all-commits at lists.llvm.org
Wed Oct 25 09:26:53 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: aa30018e66105b4a8bd0947e35d1946d242cd99c
      https://github.com/llvm/llvm-project/commit/aa30018e66105b4a8bd0947e35d1946d242cd99c
  Author: Ramkumar Ramachandra <Ramkumar.Ramachandra at imgtec.com>
  Date:   2023-10-25 (Wed, 25 Oct 2023)

  Changed paths:
    M llvm/test/Transforms/SLPVectorizer/RISCV/fround.ll

  Log Message:
  -----------
  SLP/RISCV: add negative test for llrint, increase coverage (#69940)

To follow-up on a06be8a (SLP/RISCV: add negative test for lrint), add a
negative test for llvm.llrint as well, and increase the coverage to
cover vectors of length 2, 4, and 8, and the i32 variant of lrint, in
preparation to get SLPVectorizer to vectorize both lrint and llrint.
This is now possible with the recent change 98c90a1 (ISel: introduce
vector ISD::LRINT, ISD::LLRINT; custom RISCV lowering).




More information about the All-commits mailing list