[PATCH] D63422: GlobalISel: Verify intrinsics
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 17 05:36:25 PDT 2019
arsenm created this revision.
arsenm added reviewers: aemerson, aditya_nandakumar, paquette, volkan.
Herald added subscribers: Petar.Avramovic, kristof.beyls, rovka, wdng.
I keep using the wrong instruction when manually writing tests. This
really needs to check the number of operands, but I don't see an easy
way to do that right now.
https://reviews.llvm.org/D63422
Files:
lib/CodeGen/MachineVerifier.cpp
test/MachineVerifier/test_g_intrinsic.mir
test/MachineVerifier/test_g_intrinsic_w_side_effects.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63422.205048.patch
Type: text/x-patch
Size: 4289 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190617/a969bcac/attachment.bin>
More information about the llvm-commits
mailing list