[PATCH] D82258: [RegisterCoalescer] Fix IMPLICIT_DEF init removal for a register on joining
    Valery Pykhtin via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Sep 22 04:26:00 PDT 2020
    
    
  
vpykhtin added a comment.
HI Quentin,
Let A and B registers are about to be joined and at some point we met:
undef A.sub0 = <some value>
...
B.sub1 = IMPLICIT_DEF
Why would we need to keep this impdef?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82258/new/
https://reviews.llvm.org/D82258
    
    
More information about the llvm-commits
mailing list