[PATCH] D54368: RegAllocFast: Record internal state based on register units

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 19 16:27:11 PDT 2019


arsenm added a comment.
Herald added a subscriber: jdoerfert.
Herald added a project: LLVM.

On its own this introduces assertions in some inline asm with tied operands testcases:
Assertion failed: (RegUnitStates[*UI] == VirtReg && "inverse map valid"), function dumpState, file ../lib/CodeGen/RegAllocFast.cpp,

This particular one no longer appears with all of the patches, although it seems there are some others.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D54368





More information about the llvm-commits mailing list