[all-commits] [llvm/llvm-project] e58010: [RISCV][TableGen] Move XLen detection into getMArc...
Craig Topper via All-commits
all-commits at lists.llvm.org
Fri Jan 20 10:18:35 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e58010f712ccac83194852fa95ed70ef76ba6a33
https://github.com/llvm/llvm-project/commit/e58010f712ccac83194852fa95ed70ef76ba6a33
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-01-20 (Fri, 20 Jan 2023)
Changed paths:
M llvm/utils/TableGen/RISCVTargetDefEmitter.cpp
Log Message:
-----------
[RISCV][TableGen] Move XLen detection into getMArch in RISCVTargetDefEmitter. NFC
We no longer need the XLen in two places. Fold it into the code
that determines the default march.
More information about the All-commits
mailing list