[all-commits] [llvm/llvm-project] 8bfe49: [RISCV] Split BEXT and BEXTI Write classes. NFC.
Michael Maitland via All-commits
all-commits at lists.llvm.org
Mon Jul 17 15:53:00 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8bfe491763d9cc18f68d4caecbea9311c2b82bb7
https://github.com/llvm/llvm-project/commit/8bfe491763d9cc18f68d4caecbea9311c2b82bb7
Author: Michael Maitland <michaeltmaitland at gmail.com>
Date: 2023-07-17 (Mon, 17 Jul 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfoZb.td
M llvm/lib/Target/RISCV/RISCVScheduleZb.td
Log Message:
-----------
[RISCV] Split BEXT and BEXTI Write classes. NFC.
BEXT and BEXTI may behave differently from other Zbs instructions.
Split the write classes so these differences may be modeled by
scheduler models.
Differential Revision: https://reviews.llvm.org/D155476
More information about the All-commits
mailing list