[all-commits] [llvm/llvm-project] 4a03ea: [RISCV][NFC] Use NFList in NFSet (#67517)
Wang Pengcheng via All-commits
all-commits at lists.llvm.org
Wed Sep 27 19:39:24 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4a03ea1a385c953116a936516b098fc80189b254
https://github.com/llvm/llvm-project/commit/4a03ea1a385c953116a936516b098fc80189b254
Author: Wang Pengcheng <137158460+wangpc-pp at users.noreply.github.com>
Date: 2023-09-28 (Thu, 28 Sep 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
M llvm/lib/Target/RISCV/RISCVRegisterInfo.td
Log Message:
-----------
[RISCV][NFC] Use NFList in NFSet (#67517)
These two subroutines are almost the same except the LMUL encoding.
We can use `NFList` in `NFSet` to remove duplicated code.
More information about the All-commits
mailing list