[all-commits] [llvm/llvm-project] c6e52b: [RISCV] Add test cases for missed opportunities to...
Craig Topper via All-commits
all-commits at lists.llvm.org
Mon Sep 20 13:48:23 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c6e52b1e85c6d633bda0e268fed16487fea084d1
https://github.com/llvm/llvm-project/commit/c6e52b1e85c6d633bda0e268fed16487fea084d1
Author: Craig Topper <craig.topper at sifive.com>
Date: 2021-09-20 (Mon, 20 Sep 2021)
Changed paths:
M llvm/test/CodeGen/RISCV/rvv/sink-splat-operands.ll
Log Message:
-----------
[RISCV] Add test cases for missed opportunities to use vand/vor/vxor.vx. NFC
These are cases were the splat is in another basic block. CGP
needs to sink it to expose the opportunity to SelectionDAG.
More information about the All-commits
mailing list