[PATCH] D80036: [MLIR] Update intrinsic test, because ptrmask changed.
Stephen Neuendorffer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 15 14:43:15 PDT 2020
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rG802b427f2067: [MLIR] Update intrinsic test, because ptrmask changed. (authored by stephenneuendorffer).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80036/new/
https://reviews.llvm.org/D80036
Files:
mlir/test/mlir-tblgen/llvm-intrinsics.td
Index: mlir/test/mlir-tblgen/llvm-intrinsics.td
===================================================================
--- mlir/test/mlir-tblgen/llvm-intrinsics.td
+++ 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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80036.264352.patch
Type: text/x-patch
Size: 567 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200515/6bf07e6f/attachment.bin>
More information about the llvm-commits
mailing list