[all-commits] [llvm/llvm-project] faed70: [RISCV] Remove XLen field from RISCVSubtarget [nfc]
Philip Reames via All-commits
all-commits at lists.llvm.org
Fri Sep 1 07:42:32 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: faed70d38f5b535199bd9427eeb958b2fc427e22
https://github.com/llvm/llvm-project/commit/faed70d38f5b535199bd9427eeb958b2fc427e22
Author: Philip Reames <preames at rivosinc.com>
Date: 2023-09-01 (Fri, 01 Sep 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVSubtarget.cpp
M llvm/lib/Target/RISCV/RISCVSubtarget.h
Log Message:
-----------
[RISCV] Remove XLen field from RISCVSubtarget [nfc]
The isRV64 field contains the same information, and we can derive XLen
from that.
Differential Revision: https://reviews.llvm.org/D159306
More information about the All-commits
mailing list