[PATCH] D134310: [InstCombine] don't canonicalize shl+sub to mul+add

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 21 05:39:27 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG0f32a5dea0e9: [InstCombine] don't canonicalize shl+sub to mul+add (authored by spatel).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134310

Files:
  llvm/lib/Transforms/InstCombine/InstCombineNegator.cpp
  llvm/test/CodeGen/AMDGPU/reqd-work-group-size.ll
  llvm/test/Transforms/InstCombine/mul-inseltpoison.ll
  llvm/test/Transforms/InstCombine/mul.ll
  llvm/test/Transforms/InstCombine/shl-bo.ll
  llvm/test/Transforms/InstCombine/shl-sub.ll
  llvm/test/Transforms/InstCombine/sub-of-negatible-inseltpoison.ll
  llvm/test/Transforms/InstCombine/sub-of-negatible.ll
  llvm/test/Transforms/InstCombine/sub.ll
  llvm/test/Transforms/LoopVectorize/AArch64/sve-vector-reverse.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134310.461865.patch
Type: text/x-patch
Size: 21760 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220921/fd467810/attachment.bin>


More information about the llvm-commits mailing list