[PATCH] D100927: [InlineSpiller] Handle the case when def is after LIP

Quentin Colombet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 27 09:58:11 PDT 2021


qcolombet accepted this revision.
qcolombet added a comment.
This revision is now accepted and ready to land.

LGTM.

Thanks for fixing this.



================
Comment at: llvm/test/CodeGen/X86/statepoint-invoke-ra-inline-spiller.mir:2
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
+# REQUIRES: asserts
+# RUN: llc -x mir -run-pass=simple-register-coalescing,greedy -verify-machineinstrs < %s  | FileCheck %s
----------------
Could we remove the assert requirement?


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

https://reviews.llvm.org/D100927



More information about the llvm-commits mailing list