[all-commits] [llvm/llvm-project] eff459: [RISCV] Add test case for missed vwaddu.vv due to ...
Luke Lau via All-commits
all-commits at lists.llvm.org
Thu Mar 28 01:59:20 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eff4593a642692deb2b76d9d144ad5611bb69e08
https://github.com/llvm/llvm-project/commit/eff4593a642692deb2b76d9d144ad5611bb69e08
Author: Luke Lau <luke at igalia.com>
Date: 2024-03-28 (Thu, 28 Mar 2024)
Changed paths:
M llvm/test/CodeGen/RISCV/rvv/vwadd-sdnode.ll
Log Message:
-----------
[RISCV] Add test case for missed vwaddu.vv due to add->or combine. NFC
We should be able to recover this with combineBinOp_VLToVWBinOp_VL if we
check that the or has the disjoint flag set.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list