[PATCH] D106408: Allow rematerialization of virtual reg uses

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 22 10:19:28 PDT 2021


RKSimon 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.
 
----------------
Add checks for the lea?


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

https://reviews.llvm.org/D106408



More information about the llvm-commits mailing list