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

Jatin Bhateja via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 1 06:08:16 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL319543: [X86] Improvement in CodeGen instruction selection for LEAs. (authored by jbhateja).

Repository:
  rL LLVM

https://reviews.llvm.org/D35014

Files:
  llvm/trunk/include/llvm/CodeGen/MachineInstr.h
  llvm/trunk/include/llvm/CodeGen/SelectionDAG.h
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
  llvm/trunk/lib/Target/X86/X86ISelDAGToDAG.cpp
  llvm/trunk/lib/Target/X86/X86OptimizeLEAs.cpp
  llvm/trunk/test/CodeGen/X86/GlobalISel/callingconv.ll
  llvm/trunk/test/CodeGen/X86/GlobalISel/gep.ll
  llvm/trunk/test/CodeGen/X86/GlobalISel/memop-scalar.ll
  llvm/trunk/test/CodeGen/X86/lea-opt-cse1.ll
  llvm/trunk/test/CodeGen/X86/lea-opt-cse2.ll
  llvm/trunk/test/CodeGen/X86/lea-opt-cse3.ll
  llvm/trunk/test/CodeGen/X86/lea-opt-cse4.ll
  llvm/trunk/test/CodeGen/X86/mul-constant-i16.ll
  llvm/trunk/test/CodeGen/X86/mul-constant-i32.ll
  llvm/trunk/test/CodeGen/X86/mul-constant-i64.ll
  llvm/trunk/test/CodeGen/X86/mul-constant-result.ll
  llvm/trunk/test/CodeGen/X86/umul-with-overflow.ll
  llvm/trunk/test/Transforms/LoopStrengthReduce/X86/ivchain-X86.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35014.125122.patch
Type: text/x-patch
Size: 53534 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171201/92ebe945/attachment-0001.bin>


More information about the llvm-commits mailing list