[all-commits] [llvm/llvm-project] 2233be: [LegalizeTypes][VP] Add splitting support for vp.g...
vic via All-commits
all-commits at lists.llvm.org
Tue Jan 25 02:08:27 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2233befa5dc4c2c0ed597b295cfa353039c21e23
https://github.com/llvm/llvm-project/commit/2233befa5dc4c2c0ed597b295cfa353039c21e23
Author: Victor Perez <victor.perez at codeplay.com>
Date: 2022-01-25 (Tue, 25 Jan 2022)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vpgather.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vpscatter.ll
M llvm/test/CodeGen/RISCV/rvv/vpgather-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vpscatter-sdnode.ll
Log Message:
-----------
[LegalizeTypes][VP] Add splitting support for vp.gather and vp.scatter
Split these nodes in a similar way as their masked versions.
Reviewed By: frasercrmck, craig.topper
Differential Revision: https://reviews.llvm.org/D117760
More information about the All-commits
mailing list