[PATCH] D49966: [X86] Performing DAG pruning before selection of LEA instructions.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 31 02:53:27 PDT 2018
RKSimon added inline comments.
================
Comment at: test/CodeGen/X86/lea-opt.ll:311
+
+define i32 @foo1(i32 %x, i32 %y) #0 {
+; CHECK-LABEL: foo1:
----------------
Please can you give the functions more useful (short, descriptive) names, commit the tests to trunk with current codegen and then update this patch to show the codegen diff
Repository:
rL LLVM
https://reviews.llvm.org/D49966
More information about the llvm-commits
mailing list