[clang] [llvm] [AArch64] Implement NEON vscale intrinsics (PR #100347)

via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 26 09:00:40 PDT 2024


================
@@ -5985,6 +5985,27 @@ multiclass SIMDThreeSameVectorFP<bit U, bit S, bits<3> opc,
         [(set (v2f64 V128:$Rd), (OpNode (v2f64 V128:$Rn), (v2f64 V128:$Rm)))]>;
 }
 
+// As above, but only floating point elements supported.
----------------
CarolineConcatto wrote:

nit: I believe we can remove this comments. 
Looks like a c&p from the class above, that is also only supporting FP.

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


More information about the llvm-commits mailing list