[all-commits] [llvm/llvm-project] 096b6b: [RISCV][NFC] Format TableGen files and remove unus...
Wang Pengcheng via All-commits
all-commits at lists.llvm.org
Thu Jun 29 20:00:36 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 096b6b4f42e1d29f40419eee3cd55d924f29ab7e
https://github.com/llvm/llvm-project/commit/096b6b4f42e1d29f40419eee3cd55d924f29ab7e
Author: wangpc <wangpengcheng.pp at bytedance.com>
Date: 2023-06-30 (Fri, 30 Jun 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfoC.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVSDPatterns.td
Log Message:
-----------
[RISCV][NFC] Format TableGen files and remove unused defs
Make sure there is no single line for '{' to be consistent with
other codes.
`InvalidIndex` is removed since it's unused now. And comments are
updated.
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D153939
More information about the All-commits
mailing list