[PATCH] D100748: [Greedy RA] Do not split interval on tied-def

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 28 11:18:32 PDT 2021


reames requested changes to this revision.
reames added inline comments.
This revision now requires changes to proceed.


================
Comment at: llvm/test/CodeGen/X86/statepoint-invoke-ra1.ll:2
 ; REQUIRES: asserts
-; RUN: not  --crash llc -o /dev/null %s -max-registers-for-gc-values=15 -use-registers-for-gc-values-in-landing-pad=true -verify-regalloc 2>&1 | FileCheck %s
+; RUN: llc -o - %s -max-registers-for-gc-values=15 -use-registers-for-gc-values-in-landing-pad=true -verify-regalloc 2>&1 | FileCheck %s
 
----------------
Please use an autogen test here to check the output and put a comment here explaining the two things this is testing.  I think the comment will probably address Quentin's concerns as well, though he should confirm.


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

https://reviews.llvm.org/D100748



More information about the llvm-commits mailing list