[clang] [llvm] [RISCV] Collapse fast unaligned access into a single feature [nfc-ish] (PR #73971)

Philip Reames via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 30 11:20:35 PST 2023


================
@@ -174,15 +174,10 @@ void riscv::getRISCVTargetFeatures(const Driver &D, const llvm::Triple &Triple,
   bool HasV = llvm::is_contained(Features, "+zve32x");
----------------
preames wrote:

Yep, change pending.

https://github.com/llvm/llvm-project/pull/73971


More information about the cfe-commits mailing list