[all-commits] [llvm/llvm-project] 946591: [RISCV] Stop passing the merge opcode around in RI...
Craig Topper via All-commits
all-commits at lists.llvm.org
Thu Aug 14 18:08:44 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9465916a61e6307bd51b2cabe447b93604679488
https://github.com/llvm/llvm-project/commit/9465916a61e6307bd51b2cabe447b93604679488
Author: Craig Topper <craig.topper at sifive.com>
Date: 2025-08-14 (Thu, 14 Aug 2025)
Changed paths:
M llvm/lib/Target/RISCV/RISCVMoveMerger.cpp
Log Message:
-----------
[RISCV] Stop passing the merge opcode around in RISCVMoveMerger. NFC (#153687)
What most code wants to know is the direction and we have to decode the
opcode to figure that out. Instead pass the direction around as a bool
and convert to opcode when we create the merge instruction.
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