[PATCH] D18405: [PPC] Prefer floating point load to integer load plus direct move, when there is no other user for the integer load

amehsan via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 5 12:06:41 PDT 2016


amehsan updated this revision to Diff 52721.
amehsan added a comment.

Removed data layout and redundant triple definition from the test case.
Capitalized comment in the code.
Minor change in the if statement which has the new condition. (Changed the order of two conditions)


http://reviews.llvm.org/D18405

Files:
  lib/Target/PowerPC/PPCISelLowering.cpp
  test/CodeGen/PowerPC/direct-move-profit.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18405.52721.patch
Type: text/x-patch
Size: 4408 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160405/ac98f01a/attachment.bin>


More information about the llvm-commits mailing list