[all-commits] [llvm/llvm-project] 079b8b: [RISCV][NFC] Remove rdty arg of PseudoLoad and the...
Wang Pengcheng via All-commits
all-commits at lists.llvm.org
Fri Sep 22 10:21:42 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 079b8bae2c845506ab5d6fd77ff9904c1ef8410c
https://github.com/llvm/llvm-project/commit/079b8bae2c845506ab5d6fd77ff9904c1ef8410c
Author: Wang Pengcheng <137158460+wangpc-pp at users.noreply.github.com>
Date: 2023-09-23 (Sat, 23 Sep 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrFormats.td
Log Message:
-----------
[RISCV][NFC] Remove rdty arg of PseudoLoad and the default rdty value of PseudoFloatLoad (#67014)
`rdty` of `PseudoLoad` is always `GPR` and it will never be `GPR` for
`PseudoFloatLoad`.
More information about the All-commits
mailing list