[PATCH] D49966: [X86] Performing DAG pruning before selection of LEA instructions.

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 1 02:51:50 PST 2019


xbolva00 added a comment.

Does this  handle also e.g.

int foo(int i,int c) {

  c *= 2*i+1;
  return c;

}

? We miss lea here..


Repository:
  rL LLVM

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

https://reviews.llvm.org/D49966





More information about the llvm-commits mailing list