[all-commits] [llvm/llvm-project] 5c3c7a: [CodeGen] Fix assertion failure in TwoAddressInstr...

Jay Foad via All-commits all-commits at lists.llvm.org
Tue Nov 9 01:24:53 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5c3c7adf3a320b2f30bf4b8d86c626d94ae2aafa
      https://github.com/llvm/llvm-project/commit/5c3c7adf3a320b2f30bf4b8d86c626d94ae2aafa
  Author: Jay Foad <jay.foad at amd.com>
  Date:   2021-11-09 (Tue, 09 Nov 2021)

  Changed paths:
    M llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
    M llvm/test/DebugInfo/MIR/X86/mlicm-hoist-post-regalloc.mir

  Log Message:
  -----------
  [CodeGen] Fix assertion failure in TwoAddressInstructionPass::rescheduleMIBelowKill

This fixes an assertion failure with -early-live-intervals when trying
to update the live intervals for a debug instruction, which don't even
have slot indexes.

Differential Revision: https://reviews.llvm.org/D113116




More information about the All-commits mailing list