[Mlir-commits]  [mlir] 802b427 - [MLIR] Update intrinsic test,	because ptrmask changed.
    Stephen Neuendorffer 
    llvmlistbot at llvm.org
       
    Fri May 15 14:36:04 PDT 2020
    
    
  
Author: Stephen Neuendorffer
Date: 2020-05-15T14:35:39-07:00
New Revision: 802b427f20679298efaa5d2236709acf2550970e
URL: https://github.com/llvm/llvm-project/commit/802b427f20679298efaa5d2236709acf2550970e
DIFF: https://github.com/llvm/llvm-project/commit/802b427f20679298efaa5d2236709acf2550970e.diff
LOG: [MLIR] Update intrinsic test, because ptrmask changed.
See adda9c0a4f63.
Differential Revision: https://reviews.llvm.org/D80036
Added: 
    
Modified: 
    mlir/test/mlir-tblgen/llvm-intrinsics.td
Removed: 
    
################################################################################
diff  --git a/mlir/test/mlir-tblgen/llvm-intrinsics.td b/mlir/test/mlir-tblgen/llvm-intrinsics.td
index 575877e86c30..3ac785c2e477 100644
--- a/mlir/test/mlir-tblgen/llvm-intrinsics.td
+++ b/mlir/test/mlir-tblgen/llvm-intrinsics.td
@@ -17,8 +17,9 @@
 // CHECK: LLVM_IntrOp<"ptrmask
 // The result of this intrinsic result is overloadable.
 // CHECK: [0]
-// Both its operands are overloadable.
-// CHECK: [0, 1]
+// The second operand is overloadable, but the first operand needs to
+// match the result type.
+// CHECK: [1]
 // It has no additional traits.
 // CHECK: []
 // It has a result.
        
    
    
More information about the Mlir-commits
mailing list