[all-commits] [llvm/llvm-project] a06be8: SLP/RISCV: add negative test for lrint (#55208) (#...
Ramkumar Ramachandra via All-commits
all-commits at lists.llvm.org
Fri Sep 8 02:58:27 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a06be8a2e46311e802b00c5cdd3a5674ce54acfe
https://github.com/llvm/llvm-project/commit/a06be8a2e46311e802b00c5cdd3a5674ce54acfe
Author: Ramkumar Ramachandra <Ramkumar.Ramachandra at imgtec.com>
Date: 2023-09-08 (Fri, 08 Sep 2023)
Changed paths:
A llvm/test/Transforms/SLPVectorizer/RISCV/fround.ll
Log Message:
-----------
SLP/RISCV: add negative test for lrint (#55208) (#65611)
The issue #55208 describes a current deficiency of the SLPVectorizer,
namely that it doesn't vectorize code written with lrint, while similar
code written with rint is vectorized. Add a test corresponding to this
issue for the RISC-V target.
More information about the All-commits
mailing list