[PATCH] D134366: MachineVerifier: Verify REG_SEQUENCE

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 21 08:26:55 PDT 2022


arsenm created this revision.
arsenm added reviewers: qcolombet, MatzeB, paquette, aemerson.
Herald added subscribers: kosarev, mstorsjo, kerbowa, arphaman, hiraditya, jvesely.
Herald added a project: All.
arsenm requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.

Somehow there was no verification of this, other than an ad-hoc
assertion in TwoAddressInstructions.


https://reviews.llvm.org/D134366

Files:
  llvm/lib/CodeGen/MachineOperand.cpp
  llvm/lib/CodeGen/MachineVerifier.cpp
  llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
  llvm/test/CodeGen/AMDGPU/load-store-opt-scc.mir
  llvm/test/CodeGen/MIR/AMDGPU/load-store-opt-dlc.mir
  llvm/test/CodeGen/MIR/X86/subregister-index-operands.mir
  llvm/test/MachineVerifier/verify-reg-sequence.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134366.461903.patch
Type: text/x-patch
Size: 9979 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220921/26e23c55/attachment.bin>


More information about the llvm-commits mailing list