[all-commits] [llvm/llvm-project] 9c7ca5: MIR: Start diagnosing too many operands on an inst...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Mon Feb 21 07:36:52 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9c7ca51b2c9ec648dc69f4891000f2a11ca7698e
      https://github.com/llvm/llvm-project/commit/9c7ca51b2c9ec648dc69f4891000f2a11ca7698e
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2022-02-21 (Mon, 21 Feb 2022)

  Changed paths:
    M llvm/include/llvm/CodeGen/MachineOperand.h
    M llvm/lib/CodeGen/MIRParser/MIParser.cpp
    M llvm/lib/CodeGen/MachineInstr.cpp
    A llvm/test/CodeGen/MIR/AMDGPU/extra-imm-operand.mir
    A llvm/test/CodeGen/MIR/AMDGPU/extra-reg-operand.mir

  Log Message:
  -----------
  MIR: Start diagnosing too many operands on an instruction

Previously this would just assert which was annoying and didn't point
to the specific instruction/operand.




More information about the All-commits mailing list