[llvm] [MachineVerifier] Improve checks for G_INSERT_SUBVECTOR. (PR #109209)
Michael Maitland via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 18 15:20:52 PDT 2024
================
@@ -11,9 +11,11 @@ body: |
%1:_(<vscale x 2 x s32>) = G_IMPLICIT_DEF
%2:_(<vscale x 1 x s32>) = G_IMPLICIT_DEF
+ ; CHECK: generic instruction must use register operands
----------------
michaelmaitland wrote:
Is this supposed to say `generic instruction must use register operands`? looks unrelated
https://github.com/llvm/llvm-project/pull/109209
More information about the llvm-commits
mailing list