[all-commits] [llvm/llvm-project] f3b559: [RISCV] Use larger copies when register tuples are...
Pengcheng Wang via All-commits
all-commits at lists.llvm.org
Sun Apr 7 22:25:20 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f3b55973645d551d67af7662b815a5f415874ff7
https://github.com/llvm/llvm-project/commit/f3b55973645d551d67af7662b815a5f415874ff7
Author: Pengcheng Wang <wangpengcheng.pp at bytedance.com>
Date: 2024-04-08 (Mon, 08 Apr 2024)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
M llvm/test/CodeGen/RISCV/rvv/vmv-copy.mir
M llvm/test/CodeGen/RISCV/rvv/zvlsseg-copy.mir
Log Message:
-----------
[RISCV] Use larger copies when register tuples are aligned
When the encoding of register tuples are aligned, we can use a copy
with larger LMUL to reduce copies.
Reviewers: preames, topperc, lukel97
Reviewed By: topperc, lukel97
Pull Request: https://github.com/llvm/llvm-project/pull/84455
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