[llvm] [TargetParser] Define AEK_FCMA and AEK_JSCVT for tsv110 (PR #75516)
    Qi Hu via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Dec 20 16:47:36 PST 2023
    
    
  
================
@@ -81,6 +81,15 @@ static bool DecodeAArch64Features(const Driver &D, StringRef text,
     else
       return false;
 
+    // +jsconv and +complxnum implies +neon and +fp-armv8
----------------
Qi-Hu wrote:
Indeed. The change in the driver has been removed.
https://github.com/llvm/llvm-project/pull/75516
    
    
More information about the llvm-commits
mailing list