[PATCH] D35014: [X86] PR32755 : Improvement in CodeGen instruction selection for LEAs.

Lama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 6 00:13:25 PDT 2017


lsaba added a comment.

3-Ops LEA are costly starting target SandyBridge , is there a limitation in the code for the targets this transformation works on? If not I think there should be. 
you can check the Slow3OpsLEA feature for the full list of targets.


https://reviews.llvm.org/D35014





More information about the llvm-commits mailing list