[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:42:20 PDT 2020
stephenneuendorffer created this revision.
Herald added subscribers: llvm-commits, jurahul, Kayjukh, frgossen, grosul1, Joonsoo, liufengdb, lucyrfox, mgester, arpith-jacob, nicolasvasilache, antiagainst, shauheen, jpienaar, rriddle, mehdi_amini, jdoerfert.
Herald added a project: LLVM.
See adda9c0a4f63 <https://reviews.llvm.org/rGadda9c0a4f6323f7d5c4b324b6dccea1e06d0fee>.
Repository:
rG LLVM Github Monorepo
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.264344.patch
Type: text/x-patch
Size: 567 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200515/fd4e64fb/attachment.bin>
More information about the llvm-commits
mailing list