[clang] [llvm] [RISCV] Collapse fast unaligned access into a single feature [nfc-ish] (PR #73971)
Craig Topper via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 30 11:18:01 PST 2023
================
@@ -174,15 +174,10 @@ void riscv::getRISCVTargetFeatures(const Driver &D, const llvm::Triple &Triple,
bool HasV = llvm::is_contained(Features, "+zve32x");
----------------
topperc wrote:
Is HasV unused now?
https://github.com/llvm/llvm-project/pull/73971
More information about the cfe-commits
mailing list