[clang] [llvm] [AArch64] Implement NEON vamin/vamax intrinsics (PR #99041)
    Momchil Velikov via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Sep  5 04:19:59 PDT 2024
    
    
  
================
@@ -2115,3 +2115,8 @@ let ArchGuard = "defined(__aarch64__)", TargetGuard = "lut" in {
     def VLUTI4_BF_X2_Q   : SInst<"vluti4_laneq_x2", ".2(<U)I", "Qb">;
   }
 }
+
+let ArchGuard = "defined(__aarch64__)", TargetGuard = "faminmax" in {
----------------
momchil-velikov wrote:
Done
https://github.com/llvm/llvm-project/pull/99041
    
    
More information about the llvm-commits
mailing list