[PATCH] D53972: [ARM][CGP] Negative constant operand handling

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 1 04:27:12 PDT 2018


samparker updated this revision to Diff 172106.
samparker added a comment.

Thanks Sjoerd.

I've now split the mutation into individual functions and fixed up some of the comments.


https://reviews.llvm.org/D53972

Files:
  lib/Target/ARM/ARMCodeGenPrepare.cpp
  test/CodeGen/ARM/CGP/arm-cgp-calls.ll
  test/CodeGen/ARM/CGP/arm-cgp-casts.ll
  test/CodeGen/ARM/CGP/arm-cgp-icmps.ll
  test/CodeGen/ARM/CGP/arm-cgp-overflow.ll
  test/CodeGen/ARM/CGP/arm-cgp-phis-ret.ll
  test/CodeGen/ARM/CGP/arm-cgp-pointers.ll
  test/CodeGen/ARM/CGP/arm-cgp-signed-icmps.ll
  test/CodeGen/ARM/CGP/arm-cgp-signed.ll
  test/CodeGen/ARM/arm-cgp-calls.ll
  test/CodeGen/ARM/arm-cgp-casts.ll
  test/CodeGen/ARM/arm-cgp-icmps.ll
  test/CodeGen/ARM/arm-cgp-overflow.ll
  test/CodeGen/ARM/arm-cgp-phis-ret.ll
  test/CodeGen/ARM/arm-cgp-pointers.ll
  test/CodeGen/ARM/arm-cgp-signed-icmps.ll
  test/CodeGen/ARM/arm-cgp-signed.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53972.172106.patch
Type: text/x-patch
Size: 107215 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181101/b4a5b9af/attachment.bin>


More information about the llvm-commits mailing list