[PATCH] D125160: [InstCombine] Reassociate add sequences to reduce dependency chains

Chenbing.Zheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 7 02:29:31 PDT 2022


Chenbing.Zheng updated this revision to Diff 427834.
Chenbing.Zheng added a comment.

update


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125160

Files:
  llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
  llvm/test/Transforms/InstCombine/X86/x86-avx512-inseltpoison.ll
  llvm/test/Transforms/InstCombine/X86/x86-avx512.ll
  llvm/test/Transforms/InstCombine/X86/x86-vec_demanded_elts-inseltpoison.ll
  llvm/test/Transforms/InstCombine/X86/x86-vec_demanded_elts.ll
  llvm/test/Transforms/InstCombine/add.ll
  llvm/test/Transforms/InstCombine/call-guard.ll
  llvm/test/Transforms/LoopVectorize/reduction-inloop.ll
  llvm/test/Transforms/LoopVectorize/reduction-predselect.ll
  llvm/test/Transforms/PhaseOrdering/X86/scalarization-inseltpoison.ll
  llvm/test/Transforms/PhaseOrdering/X86/scalarization.ll
  llvm/test/Transforms/PhaseOrdering/X86/vector-reductions.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125160.427834.patch
Type: text/x-patch
Size: 28988 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220507/b4faea3f/attachment.bin>


More information about the llvm-commits mailing list