[PATCH] D13294: LEA code size optimization pass (Part 1): Remove redundant address recalculations

Quentin Colombet via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 3 10:41:17 PST 2015


qcolombet accepted this revision.
qcolombet added a reviewer: qcolombet.
qcolombet added a comment.
This revision is now accepted and ready to land.

Hi Andrey,

LGTM modulo two things:

- Merge the test cases in one file.
- Run opt -instnamer on the IR to get rid of the %[0-9]+ variables.

Please commit with those changes.

Thanks,
-Quentin


http://reviews.llvm.org/D13294





More information about the llvm-commits mailing list