[PATCH] D55867: [RegisterCoalescer] dst register's live interval needs to be updated when merging a src register in ToBeUpdated set

Quentin Colombet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 20 10:03:46 PST 2018


qcolombet added a comment.

Looks mostly good to me.



================
Comment at: test/CodeGen/X86/late-remat-update-2.mir:1
+# REQUIRES: asserts
+# RUN: llc -mtriple=x86_64-- -run-pass=simple-register-coalescing -late-remat-update-threshold=0 -debug-only=regalloc %s -o /dev/null 2>&1 | FileCheck %s
----------------
Could you come up with checks that don't require asserts?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D55867





More information about the llvm-commits mailing list