[PATCH] D60789: [x86] try to widen 'shl' as part of LEA formation

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 17 10:45:11 PDT 2019


craig.topper accepted this revision.
craig.topper added a comment.
This revision is now accepted and ready to land.

I believe the dead nodes will still be eligible for instruction selection and they will be pruned as dead by the loop in SelectionDAGISel::DoInstructionSelection.

LGTM


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

https://reviews.llvm.org/D60789





More information about the llvm-commits mailing list