[PATCH] D158882: RegisterCoalescer: Don't delete IMPLICIT_DEF if it's live into the same block

Mikael Holmén via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 31 06:08:23 PDT 2023


uabelho added a comment.

I've done quite some testing on our downstream target with this and
 https://reviews.llvm.org/D158850
without problems so it's probably not totally wrong :)

I'll leave for someone who knows the code to accept it.



================
Comment at: llvm/test/CodeGen/X86/pr38795-verifier-error-pr38788.ll:1
-; RUN: llc -mtriple=i386-unknown-linux-gnu -o - -verify-machineinstrs %s | FileCheck %s
-
----------------
I don't know what file this is? It doesn't exist in the repo and it's not added in
 https://reviews.llvm.org/D158850

Something you only have in your local repo?


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

https://reviews.llvm.org/D158882



More information about the llvm-commits mailing list