[all-commits] [llvm/llvm-project] 79e798: Recommit "[RISCV] Add a test of vector sadd.overfl...
Craig Topper via All-commits
all-commits at lists.llvm.org
Mon Jan 18 11:17:27 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 79e798aca38baa260b9f3318991232dd1b5fc3f6
https://github.com/llvm/llvm-project/commit/79e798aca38baa260b9f3318991232dd1b5fc3f6
Author: Craig Topper <craig.topper at sifive.com>
Date: 2021-01-18 (Mon, 18 Jan 2021)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
A llvm/test/CodeGen/RISCV/rvv/saddo-sdnode.ll
Log Message:
-----------
Recommit "[RISCV] Add a test of vector sadd.overflow to demonstrate intrinsics with multiple scalable vector results."
This recommits 2c51bef76cbf0149101b9e7c7c658b4a58657929.
I've fixed the broken check line from when I renamed the test function.
Original commit message:
This builds on D94142 where scalable vectors are allowed in structs.
I did have to fix one scalable vector issue in the vector type
creation for these intrinsics where we used getVectorNumElements
instead of ElementCount.
More information about the All-commits
mailing list