[PATCH] D81647: MIR Statepoint refactoring. Part 3: Spill GC Ptr regs.

Denis Antrushin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 14 08:07:34 PDT 2020


dantrushin added inline comments.


================
Comment at: llvm/test/CodeGen/X86/statepoint-fixup-copy-prop-neg.mir:3
+# RUN: llc -o - %s -run-pass fixup-statepoint-caller-saved | FileCheck %s
+
+# Check that COPY is not eliminated if dest register is used in
----------------
RKSimon wrote:
> RKSimon wrote:
> > @dantrushin This is failing on EXPENSIVE_CHECKS builds - please can you take a look?
> http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-ubuntu/builds/8206
Thanks. I still have no email from bot, but reproduced it locally. 
Will commit fix in a moment


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81647



More information about the llvm-commits mailing list