[all-commits] [llvm/llvm-project] 70c3e3: [RISCV][NFC] Remove unused methods of tuimm5 (#79680)
Jianjian Guan via All-commits
all-commits at lists.llvm.org
Sun Jan 28 17:54:45 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 70c3e30e01bd123e87824e36b6e38a39451ac28d
https://github.com/llvm/llvm-project/commit/70c3e30e01bd123e87824e36b6e38a39451ac28d
Author: Jianjian Guan <jacquesguan at me.com>
Date: 2024-01-29 (Mon, 29 Jan 2024)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfoZvk.td
Log Message:
-----------
[RISCV][NFC] Remove unused methods of tuimm5 (#79680)
Since we only use tuimm5 in patterns, it doesn't need those methods for
MC layer. And there is not `getUImmOpValue` defination now, leave those
methods is confusing.
More information about the All-commits
mailing list