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

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 8 05:55:26 PDT 2023


arsenm added inline comments.


================
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
-
----------------
uabelho wrote:
> 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?
I just moved this to the main test file 


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

https://reviews.llvm.org/D158882



More information about the llvm-commits mailing list