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

Jatin Bhateja via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 14 22:32:07 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL313343: [X86] PR32755 : 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.115360.patch
Type: text/x-patch
Size: 50747 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170915/c4684f82/attachment-0001.bin>


More information about the llvm-commits mailing list