[all-commits] [llvm/llvm-project] 562ce8: LoopVectorize: add negative test for lrint, llrint...
Ramkumar Ramachandra via All-commits
all-commits at lists.llvm.org
Tue Oct 31 06:13:39 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 562ce8bbd23d96ee64992bcda041bf67e7c51057
https://github.com/llvm/llvm-project/commit/562ce8bbd23d96ee64992bcda041bf67e7c51057
Author: Ramkumar Ramachandra <Ramkumar.Ramachandra at imgtec.com>
Date: 2023-10-31 (Tue, 31 Oct 2023)
Changed paths:
M llvm/test/Transforms/LoopVectorize/intrinsic.ll
Log Message:
-----------
LoopVectorize: add negative test for lrint, llrint (#70211)
With the recent change 98c90a1 (ISel: introduce vector ISD::LRINT,
ISD::LLRINT; custom RISCV lowering), it is now possible to vectorize
llvm.lrint and llvm.llrint with a trivial change to VectorUtils. In
preparation for this change, and the corresponding test update, add a
negative test for lrint and llrint.
More information about the All-commits
mailing list