[Mlir-commits] [mlir] [mlir][ArmSVE] Add `arm_sve.psel` operation	(PR #95764)
    Cullen Rhodes 
    llvmlistbot at llvm.org
       
    Mon Jun 17 04:26:47 PDT 2024
    
    
  
================
@@ -552,6 +589,14 @@ def ZipX4IntrOp : ArmSVE_IntrOp<"zip.x4",
                    Arg<AnyScalableVector, "v3">:$v3,
                    Arg<AnyScalableVector, "v3">:$v4)>;
 
+// Note: This intrinsic requires SME or SVE2.
----------------
c-rhodes wrote:
```suggestion
// Note: This intrinsic requires SME or SVE2.1.
```
https://github.com/llvm/llvm-project/pull/95764
    
    
More information about the Mlir-commits
mailing list