[PATCH] D70998: [ARM] Enable TypePromotion by default

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 4 02:08:01 PST 2019


samparker created this revision.
samparker added reviewers: SjoerdMeijer, dmgreen, efriedma, t.p.northover, rnk.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: LLVM.

ARMCodeGenPrepare has already been generalized and renamed to TypePromotion. We've had it enabled and tested downstream for a while, so now enable it by default upstream.


https://reviews.llvm.org/D70998

Files:
  llvm/lib/CodeGen/TypePromotion.cpp
  llvm/test/Transforms/TypePromotion/ARM/calls.ll
  llvm/test/Transforms/TypePromotion/ARM/casts.ll
  llvm/test/Transforms/TypePromotion/ARM/clear-structures.ll
  llvm/test/Transforms/TypePromotion/ARM/icmps.ll
  llvm/test/Transforms/TypePromotion/ARM/phis-ret.ll
  llvm/test/Transforms/TypePromotion/ARM/pointers.ll
  llvm/test/Transforms/TypePromotion/ARM/signed-icmps.ll
  llvm/test/Transforms/TypePromotion/ARM/signed.ll
  llvm/test/Transforms/TypePromotion/ARM/switch.ll
  llvm/test/Transforms/TypePromotion/ARM/wrapping.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70998.232058.patch
Type: text/x-patch
Size: 6694 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191204/8013301c/attachment.bin>


More information about the llvm-commits mailing list