[PATCH] D106408: Allow rematerialization of virtual reg uses
    Jessica Clarke via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Jul 22 10:26:38 PDT 2021
    
    
  
jrtc27 added inline comments.
================
Comment at: llvm/test/CodeGen/X86/licm-regpressure.ll:4
 ; correctly. More details: llvm.org/PR23143
-; XFAIL: *
+; It however passes because leaq is rematerialized instead of spilling.
 
----------------
RKSimon wrote:
> Add checks for the lea?
Or fix the test so it still demonstrates the bug, otherwise this file no longer serves much of a purpose...
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106408/new/
https://reviews.llvm.org/D106408
    
    
More information about the llvm-commits
mailing list