[PATCH] D134366: MachineVerifier: Verify REG_SEQUENCE

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 22 06:53:51 PDT 2022


arsenm closed this revision.
arsenm marked an inline comment as done.
arsenm added a comment.

94ebd7d9ff1776bbc94ca6ac82a783fa9d4eaa72 <https://reviews.llvm.org/rG94ebd7d9ff1776bbc94ca6ac82a783fa9d4eaa72>



================
Comment at: llvm/test/MachineVerifier/verify-reg-sequence.mir:14
+    ; CHECK: *** Bad machine code: Too few operands ***
+    REG_SEQUENCE
+
----------------
qcolombet wrote:
> I think we miss a case in the test and in the verifier:
> ```
> %val = REG_SEQUENCE <noOperands>
> ```
This one was free


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134366/new/

https://reviews.llvm.org/D134366



More information about the llvm-commits mailing list