[all-commits] [llvm/llvm-project] 9e9bf1: [RISCV] Use setcc to truncate results in widenVect...
Luke Lau via All-commits
all-commits at lists.llvm.org
Thu May 4 02:49:46 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9e9bf1e3ed9eb3001fdce2e5a3b02569db166527
https://github.com/llvm/llvm-project/commit/9e9bf1e3ed9eb3001fdce2e5a3b02569db166527
Author: Luke Lau <luke at igalia.com>
Date: 2023-05-04 (Thu, 04 May 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/test/CodeGen/RISCV/rvv/vector-deinterleave.ll
M llvm/test/CodeGen/RISCV/rvv/vector-interleave.ll
Log Message:
-----------
[RISCV] Use setcc to truncate results in widenVectorOpsToi8
To avoid an unnecessary vand.vi
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D149771
More information about the All-commits
mailing list