[all-commits] [llvm/llvm-project] 34bd26: CodeGen/NewPM: Initialize MMI in NewPM path

Matt Arsenault via All-commits all-commits at lists.llvm.org
Sat Jul 20 05:17:41 PDT 2024


  Branch: refs/heads/users/arsenm/codegen-newpm-machinemoduleinfo-sdag
  Home:   https://github.com/llvm/llvm-project
  Commit: 34bd26317a2472ba7c2d48548f8a0e66584ddd38
      https://github.com/llvm/llvm-project/commit/34bd26317a2472ba7c2d48548f8a0e66584ddd38
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2024-07-20 (Sat, 20 Jul 2024)

  Changed paths:
    M llvm/include/llvm/Passes/MachinePassRegistry.def
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

  Log Message:
  -----------
  CodeGen/NewPM: Initialize MMI in NewPM path

This should have been in c2019a37bdb1375e9f72b2549361cc50ea7729db,
but it breaks with:

Assertion failed: (AnalysisPasses.count(PassT::ID()) && "This analysis pass was not registered prior to being queried"), function getResult, file PassManager.h, line 407.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list