[PATCH] D14080: [PowerPC] Add an MI SSA peephole pass.

Bill Schmidt via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 2 14:28:36 PST 2015


wschmidt updated this revision to Diff 38985.
wschmidt added a comment.

Updated to address Hal's comments.  Thanks, Hal!

When I patched up to a week later, a couple of more test cases had landed that now have better code generation with my patch.  Those changes are included here as well.


Repository:
  rL LLVM

http://reviews.llvm.org/D14080

Files:
  lib/Target/PowerPC/PPC.h
  lib/Target/PowerPC/PPCMIPeephole.cpp
  lib/Target/PowerPC/PPCTargetMachine.cpp
  test/CodeGen/PowerPC/p8-scalar_vector_conversions.ll
  test/CodeGen/PowerPC/pr25157-peephole.ll
  test/CodeGen/PowerPC/swaps-le-5.ll
  test/CodeGen/PowerPC/swaps-le-6.ll
  test/CodeGen/PowerPC/vsx.ll
  test/CodeGen/PowerPC/vsx_insert_extract_le.ll
  test/CodeGen/PowerPC/vsx_shuffle_le.ll
  test/Transforms/PlaceSafepoints/finite-loops.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14080.38985.patch
Type: text/x-patch
Size: 18862 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151102/4dd3ee43/attachment.bin>


More information about the llvm-commits mailing list