[all-commits] [llvm/llvm-project] 5e88f5: [RISCV] Remove RISCVSubtarget::hasStdExtV() and ha...
Craig Topper via All-commits
all-commits at lists.llvm.org
Thu Jan 20 15:05:25 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5e88f527da2175019e443d3600ade8f23e84f116
https://github.com/llvm/llvm-project/commit/5e88f527da2175019e443d3600ade8f23e84f116
Author: Craig Topper <craig.topper at sifive.com>
Date: 2022-01-20 (Thu, 20 Jan 2022)
Changed paths:
M llvm/lib/Target/RISCV/RISCV.td
M llvm/lib/Target/RISCV/RISCVSubtarget.h
Log Message:
-----------
[RISCV] Remove RISCVSubtarget::hasStdExtV() and hasStdExtZve*(). NFC
All code should use one of the cleaner named hasVInstructions*
functions. Fix the two uses that weren't and delete the methods
so no new uses can be created.
More information about the All-commits
mailing list