[PATCH] D137019: [InstCombine] refactor the SimplifyUsingDistributiveLaws NFC

Allen zhong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 29 06:10:56 PDT 2022


Allen created this revision.
Allen added a reviewer: spatel.
Herald added a subscriber: hiraditya.
Herald added a project: All.
Allen requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Create a helper function for the Factorization set of folds to avoid shadow
variable declaration.


https://reviews.llvm.org/D137019

Files:
  llvm/lib/Transforms/InstCombine/InstCombineInternal.h
  llvm/lib/Transforms/InstCombine/InstructionCombining.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137019.471750.patch
Type: text/x-patch
Size: 4735 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221029/6f891737/attachment.bin>


More information about the llvm-commits mailing list