[PATCH] D111237: [TypePromotion] Search from ZExt + PHI

Andre Vieira via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 10 08:58:40 PDT 2022


avieira updated this revision to Diff 451511.
avieira added a comment.

Had not run this for ARM and there is a testcase there that also benefits from this change moving the zext up to the loads outside of the loop.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111237/new/

https://reviews.llvm.org/D111237

Files:
  llvm/lib/CodeGen/TypePromotion.cpp
  llvm/test/CodeGen/AArch64/O3-pipeline.ll
  llvm/test/Transforms/TypePromotion/AArch64/phi-zext-gep2.ll
  llvm/test/Transforms/TypePromotion/ARM/casts.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111237.451511.patch
Type: text/x-patch
Size: 8580 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220810/93f8190e/attachment.bin>


More information about the llvm-commits mailing list