[PATCH] D35014: [X86] PR32755 : Improvement in CodeGen instruction selection for LEAs.

Lama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 10 06:20:44 PDT 2017


lsaba added inline comments.


================
Comment at: lib/Target/X86/X86OptimizeLEAs.cpp:737
+
+            LI1.eraseFromParent();
+            cseDone = NewMI != nullptr;
----------------
should it also be erased from the LEAs list?


https://reviews.llvm.org/D35014





More information about the llvm-commits mailing list