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

Bruno Cardoso Lopes via llvm-commits llvm-commits at lists.llvm.org
Mon May 2 09:24:48 PDT 2016


bruno added a reviewer: bruno.
bruno added a comment.

Hi Andrey,

IIUC, this patch also makes -Os run removeRedundantLEAs, which it previously didn't. Did you check what's the effect for compile time in -Os after this change?


http://reviews.llvm.org/D19659





More information about the llvm-commits mailing list