[PATCH] D155218: [InstCombine] Optimize addition/subtraction operations of splats of vscale multiplied by a constant

Igor Kirillov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 24 15:22:48 PDT 2023


igor.kirillov updated this revision to Diff 543717.
igor.kirillov marked 2 inline comments as done.
igor.kirillov added a comment.

Move code to a separate function and completely refactor it


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155218

Files:
  llvm/lib/Transforms/InstCombine/InstCombineInternal.h
  llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
  llvm/test/Transforms/InstCombine/vscale.ll
  llvm/test/Transforms/LoopVectorize/AArch64/sve-gather-scatter.ll
  llvm/test/Transforms/LoopVectorize/scalable-inductions.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155218.543717.patch
Type: text/x-patch
Size: 16183 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230724/7a44c98e/attachment.bin>


More information about the llvm-commits mailing list