[all-commits] [llvm/llvm-project] 7dad7a: Scalarizer: add negative test for lrint, llrint (#...
Ramkumar Ramachandra via All-commits
all-commits at lists.llvm.org
Wed Oct 25 09:27:27 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7dad7ab3c0d29fb9c6b0cf591889789a3cdbcc0a
https://github.com/llvm/llvm-project/commit/7dad7ab3c0d29fb9c6b0cf591889789a3cdbcc0a
Author: Ramkumar Ramachandra <Ramkumar.Ramachandra at imgtec.com>
Date: 2023-10-25 (Wed, 25 Oct 2023)
Changed paths:
M llvm/test/Transforms/Scalarizer/intrinsics.ll
Log Message:
-----------
Scalarizer: add negative test for lrint, llrint (#70203)
With the recent change 98c90a13 (ISel: introduce vector ISD::LRINT,
ISD::LLRINT; custom RISCV lowering), it is now possible to scalarize
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