[clang] [llvm] [RISCV][Clang][TargetParser] Support getting feature unaligned-scalar-mem from mcpu. (PR #71513)
    Yeting Kuo via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Nov  7 05:30:46 PST 2023
    
    
  
================
@@ -60,9 +60,14 @@ static void EmitRISCVTargetDef(RecordKeeper &RK, raw_ostream &OS) {
     if (MArch.empty())
       MArch = getMArch(*Rec);
 
+    bool FastUnalignedAccess =
----------------
yetingk wrote:
Done.
https://github.com/llvm/llvm-project/pull/71513
    
    
More information about the llvm-commits
mailing list