[PATCH] D107794: [AArch64ISelLowering] Avoid sinking mul's ops in some cases

guopeilin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 9 18:37:25 PDT 2021


guopeilin created this revision.
guopeilin added reviewers: wwei, mdchen.
Herald added subscribers: danielkiss, hiraditya, kristof.beyls.
guopeilin requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

D91271 <https://reviews.llvm.org/D91271> attempts to sink multiply's operands to the same block,
however, in some cases, some multiply's operands may already
in the same block, thus we cannot sink other operands otherwise
invalid IRs that definitions not strictly dominate uses
would be generated


https://reviews.llvm.org/D107794

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/avoid-sinking-mul-ops.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107794.365329.patch
Type: text/x-patch
Size: 7155 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210810/b6050a25/attachment.bin>


More information about the llvm-commits mailing list