[PATCH] D19659: [X86] Enable RRL part of the LEA optimization pass for -O2

Andrey Turetskiy via llvm-commits llvm-commits at lists.llvm.org
Wed May 4 08:57:56 PDT 2016


aturetsk added a comment.

Note that the generated test is really LEA-specific, the majority of machine instructions gets modified by the pass. That's why the LEA pass takes ~25% of total compile time in this test.


http://reviews.llvm.org/D19659





More information about the llvm-commits mailing list