[PATCH] D103922: [X86FixupLEAs] Sub register usage of LEA dest should block LEA/SUB optimization

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 8 13:18:06 PDT 2021


RKSimon added inline comments.


================
Comment at: llvm/test/CodeGen/X86/lea-opt2.ll:186
+
+; The sub register usage of lea dest should block the transformation.
+define void @test9(i64 %p, i64 %s) {
----------------
Please can you reference PR50615 in the comment for future reference


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103922



More information about the llvm-commits mailing list