[all-commits] [llvm/llvm-project] 87c008: SplitKit: Remove decade old live interval hack
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Sep 15 14:36:12 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 87c00878d3ace60fe07cc2a9f8bd4566ab817d26
https://github.com/llvm/llvm-project/commit/87c00878d3ace60fe07cc2a9f8bd4566ab817d26
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2021-09-15 (Wed, 15 Sep 2021)
Changed paths:
M llvm/lib/CodeGen/RegAllocGreedy.cpp
M llvm/lib/CodeGen/SplitKit.cpp
M llvm/lib/CodeGen/SplitKit.h
Log Message:
-----------
SplitKit: Remove decade old live interval hack
This was trying to fixup broken live intervals coming out of the
coalescer. The verifier is more complete now and no tests seem to fail
without this.
More information about the All-commits
mailing list